Type Alias U128NonZero

Source
pub type U128NonZero = U128Ne<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct U128NonZero;