pub type NonZero = NotEqual<0>;
Checks whether the given value is not equal to zero (0).
0
struct NonZero;