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