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