#[derive(EnumFunctions)]
{
// Attributes available to this derive:
#[enum_functions]
}
Expand description
Derive a set of enum-related methods not tied to a trait.
#[derive(EnumFunctions)]
{
// Attributes available to this derive:
#[enum_functions]
}
Derive a set of enum-related methods not tied to a trait.