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

Class Raw::AssocItem

INTERNAL: Do not use. An associated item in a Trait or Impl.

For example:

trait T {fn foo(&self);}
//       ^^^^^^^^^^^^^

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