Skip to main content

NonZeroI8

Type Alias NonZeroI8 

Source
pub type NonZeroI8 = NonAnyI8<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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