[][src]Trait derive_enum::Name

pub trait Name {
    fn name(&self) -> &'static str;
}

Required methods

fn name(&self) -> &'static str

Returns the name of the enum variant.

The result is not affected by inner fields.

Loading content...

Implementors

Loading content...