Type Alias NonZero

Source
pub type NonZero = Ne<0>;
Expand description

Checks whether the given value has non-zero length.

Aliased Typeยง

struct NonZero;