Struct rustdoc::doctree::Macro[src]

pub struct Macro {
    pub name: Ident,
    pub id: NodeId,
    pub attrs: Vec<Attribute>,
    pub where: Span,
}

Fields

name
id
attrs
where

Trait Implementations

impl Clean<Item> for Macro

fn clean(&self) -> Item