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