pub type NonMinI8 = NonAnyI8<{ i8::MIN }>;
An integer that is known not to equal i8::MIN.
i8::MIN
pub struct NonMinI8(/* private fields */);