Module u8_repr_enum

Module u8_repr_enum 

Source
Expand description

Provides the U8ReprEnum trait, which is made to be implemented by enums that can be converted into or parsed from an u8 value, for easy serialization and deserialization.

Traitsยง

U8ReprEnum
Allows a type to be converted into or parsed from an u8 representation.