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