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