Struct rustdoc::doctree::MacroUnstable [-] [+] [src]

pub struct Macro {
    pub name: Ident,
    pub id: NodeId,
    pub attrs: Vec<Attribute>,
    pub whence: Span,
    pub stab: Option<Stability>,
}

Fields

name
id
attrs
whence
stab

Trait Implementations

impl Clean<Item> for Macro

fn clean(&self, cx: &DocContext) -> Item