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