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