Skip to main content

NonZeroI64

Type Alias NonZeroI64 

Source
pub type NonZeroI64 = NonAnyI64<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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