pub type NonZeroU8Set = NonZeroByteSet;Expand description
A set of non-zero unsigned 8-bit integers.
This type is entirely space efficient and will only ever allocate 256 bytes of memory.
Aliased Typeยง
pub struct NonZeroU8Set(/* private fields */);