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

Class Raw::ExternItem

INTERNAL: Do not use. An item inside an extern block.

For example:

extern "C" {
    fn foo();
    static BAR: i32;
}

Import path

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

Direct supertypes

Indirect supertypes

Known direct subtypes

    Inherited predicates

    getAttributeMacroExpansion

    Gets the attribute macro expansion of this item, if it exists.

    from Item
    toStringfrom Element