Skip to main content

NonZeroU64

Type Alias NonZeroU64 

Source
pub type NonZeroU64 = NonAnyU64<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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