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