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

type AssocItem = Item<AssocItemKind>;

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