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