[−][src]Macro numeric_enum_macro::numeric_enum_ident
Declares an enum with a given numeric representation defined by identifiers.
Only explicetly enumerated enum constants are supported.
Automatically derives TryFrom<$repr>
and From<$name>
.
For examples look at the crate root documentation.