pub type NonZero = NotEqual<ZERO>;
Checks whether the given value is not equal to zero (0).
0
pub struct NonZero { /* private fields */ }