pub type NonPositive = LessOrEqual<0>;Expand description
Checks whether the given value is non-positive (negative or zero).
Aliased Typeยง
struct NonPositive;pub type NonPositive = LessOrEqual<0>;Checks whether the given value is non-positive (negative or zero).
struct NonPositive;