Type Alias U8NonZero

Source
pub type U8NonZero = U8Ne<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct U8NonZero;