Type Definition rustc_ap_rustc_ast::ast::AssocItem[][src]

type AssocItem = Item<AssocItemKind>;
Expand description

Represents associated items. These include items in impl and trait definitions.

Trait Implementations

This is true if this AstLike might support ‘custom’ (proc-macro) inner attributes. Attributes like #![cfg] and #![cfg_attr] are not considered ‘custom’ attributes Read more