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

Required Methods

Implementations on Foreign Types

Implementors