Type Alias IsizeNonZero

Source
pub type IsizeNonZero = IsizeNe<0>;
Expand description

Checks whether the given value is non-zero.

Aliased Typeยง

struct IsizeNonZero;