str_enum

Function str_enum 

Source
pub fn str_enum<E>(e: i32) -> String
where E: TryFrom<i32> + ToString,