Skip to main content

NonZero

Type Alias NonZero 

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

Checks whether the given value is not equal to zero (0).

Aliased Typeยง

pub struct NonZero { /* private fields */ }