pub trait DefName {
    fn def_name() -> &'static str;
}

Required Methods

Implementors