Skip to main content

NonZeroIsize

Type Alias NonZeroIsize 

Source
pub type NonZeroIsize = NonAnyIsize<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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