Skip to main content

NonMaxI8

Type Alias NonMaxI8 

Source
pub type NonMaxI8 = NonAnyI8<{ i8::MAX }>;
Expand description

An integer that is known not to equal i8::MAX.

Aliased Typeยง

pub struct NonMaxI8(/* private fields */);