pub type NonExtremeI8 = NonValueI8<{ i8::MIN }>;
Expand description
A signed integer that is known not to equal its most extreme value (MIN
).
Unlike the NonValue*
types in general, this type alias implements
the Default
and ConstDefault
traits.
Aliased Type§
struct NonExtremeI8(/* private fields */);