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