EnumToString

Trait EnumToString 

Source
pub trait EnumToString {
    // Required methods
    fn as_str(&self) -> &'static str;
    fn as_dbg(&self) -> &'static str;
}

Required Methods§

Source

fn as_str(&self) -> &'static str

Source

fn as_dbg(&self) -> &'static str

Implementors§