Skip to main content

NonMaxI8

Type Alias NonMaxI8 

Source
pub type NonMaxI8 = NonMax<i8>;
Expand description

A signed 8-bit integer that cannot be i8::MAX.

Aliased Typeยง

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