Trait StringEnum

Source
pub trait StringEnum {
    // Required method
    fn to_str(&self) -> &str;
}

Required Methods§

Source

fn to_str(&self) -> &str

Implementors§