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