Skip to main content

NonZeroI128

Type Alias NonZeroI128 

Source
pub type NonZeroI128 = NonAnyI128<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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