N0z32

Type Alias N0z32 

Source
pub type N0z32 = NonZeroInteger32;
Expand description

Abbreviation of NonZeroInteger32.

Aliased Type§

pub struct N0z32(pub NonZero<i32>);

Tuple Fields§

§0: NonZero<i32>