more_convert/
enum_name.rs

1pub trait EnumName {
2    fn enum_name(&self) -> &'static str;
3}