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

Class Raw::AssocItemList

INTERNAL: Do not use. A list of AssocItem elements, as appearing in a Trait or Impl.

Import path

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

Direct supertypes

Indirect supertypes

Predicates

getAssocItem

Gets the indexth assoc item of this assoc item list (0-based).

getAttr

Gets the indexth attr of this assoc item list (0-based).

getNumberOfAssocItems

Gets the number of assoc items of this assoc item list.

getNumberOfAttrs

Gets the number of attrs of this assoc item list.

toString