Type Alias U8Zero

Source
pub type U8Zero = U8Eq<0>;
Expand description

Checks whether the given value is zero.

Aliased Typeยง

struct U8Zero;