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

type ForeignItem = Item<ForeignItemKind>;

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