pub type NonMaxU8 = NonMax<u8>;Expand description
An unsigned 8-bit integer that cannot be u8::MAX.
Aliased Type§
pub struct NonMaxU8(/* private fields */);pub type NonMaxU8 = NonMax<u8>;An unsigned 8-bit integer that cannot be u8::MAX.
pub struct NonMaxU8(/* private fields */);