pub trait EnumIdent {
    fn name(&self) -> &'static str;
}

Required Methods

Implementors