Type Alias UsizeZero

Source
pub type UsizeZero = UsizeEq<0>;
Expand description

Checks whether the given value is zero.

Aliased Typeยง

struct UsizeZero;