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