Struct rustdoc::doctree::Typedef[src]

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

Fields

ty
gen
name
id
attrs
where
vis

Trait Implementations

impl Clean<Item> for Typedef

fn clean(&self) -> Item