CodeQL library for Rust
codeql/rust-all 0.2.12 (changelog, source)
Search

Class Raw::Attr

INTERNAL: Do not use. An attribute applied to an item.

For example:

#[derive(Debug)]
//^^^^^^^^^^^^^
struct S;

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getMeta

Gets the meta of this attr, if it exists.

toString