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