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