Skip to main content

NonZeroU128

Type Alias NonZeroU128 

Source
pub type NonZeroU128 = NonAnyU128<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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