Crate from_to_repr

Source

Attribute Macros§

from_to_otherfrom_to_other
Derives From implementations for an enumeration and a specified type. Unknown values are mapped to an Other variant (which can have a custom name).

Derive Macros§

FromToRepr
Derives TryFrom and From implementations for the representation type of an enumeration.