[−][src]Crate int_enum
A procedural macro for conversion between integer and enum types.
Structs
| IntEnumError | An error when attempting to convert an integer into an enum. |
Traits
| IntEnum | Trait used for implementations of integer and enum conversions. |
Attribute Macros
| int_enum | Attribute macro taking the integer type for the enum. |