Nz128

Type Alias Nz128 

Source
pub type Nz128 = NegativeInteger128;
Expand description

Abbreviation of NegativeInteger128.

Aliased Type§

pub struct Nz128(pub NonZero<u128>);

Tuple Fields§

§0: NonZero<u128>