pub trait SnakedEnum {
    fn snaked_enum(&self) -> &'static str;
}

Required Methods

Implementors