Skip to main content

NonZeroUsize

Type Alias NonZeroUsize 

Source
pub type NonZeroUsize = NonAnyUsize<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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