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