pub type NonMaxI32 = NonMax<i32>;
A signed 32-bit integer that cannot be i32::MAX.
i32::MAX
pub struct NonMaxI32(/* private fields */);