WithIdent

Trait WithIdent 

Source
pub trait WithIdent {
    // Required method
    fn ident(&self) -> &Ident;
}
Expand description

Helper trait that adds name information to the implementing object.

Required Methods§

Source

fn ident(&self) -> &Ident

Returns the name of the object.

Implementors§