more_convert/
variant_name.rs

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