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

pub struct Typedef {
    pub ty: P<Ty>,
    pub gen: Generics,
    pub name: Ident,
    pub id: NodeId,
    pub attrs: Vec<Attribute>,
    pub whence: Span,
    pub vis: Visibility,
    pub stab: Option<Stability>,
}

Fields

ty
gen
name
id
attrs
whence
vis
stab

Trait Implementations

impl Clean<Item> for Typedef

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