Skip to main content

NonZeroI32

Type Alias NonZeroI32 

Source
pub type NonZeroI32 = NonAnyI32<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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