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