Type Definition rustc_ast::ast::AssocItem [−][src]
pub 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