Type Alias NonZero

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

Checks whether the given value has non-zero length.

Aliased Typeยง

pub struct NonZero { /* private fields */ }