Trait rustdoc::clean::GetDefId [] [src]

pub trait GetDefId {
    fn def_id(&self) -> Option<DefId>;
}
Unstable (rustdoc)

Required Methods

fn def_id(&self) -> Option<DefId>

Unstable (rustdoc)

Implementors