Counting32

Type Alias Counting32 

Source
pub type Counting32 = PositiveInteger32;
Expand description

Aliased Type§

pub struct Counting32(pub NonZero<u32>);

Tuple Fields§

§0: NonZero<u32>