Type Alias UsizeNonZero

Source
pub type UsizeNonZero = UsizeNe<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct UsizeNonZero;