pub trait Identifiable {
    fn ident(&self) -> String;
}

Required Methods

Implementors