Derive Macro EnumFunctions

Source
#[derive(EnumFunctions)]
{
    // Attributes available to this derive:
    #[enum_functions]
}
Expand description

Derive a set of enum-related methods not tied to a trait.