Expand description
Compile-time bit-width checks for enum discriminants.
repr_fits provides an attribute macro for enums whose discriminants are packed into a fixed
number of bits in another representation, such as a protocol field or compact integer id.
Attribute Macrosยง
- repr_
fits - Assert at compile time that each enum variant discriminant fits in
bitsbits.