pub trait IsntI128Ext: Sealed {
// Required methods
fn is_not_negative(self) -> bool;
fn is_not_positive(self) -> bool;
}
Expand description
Extension for i128
Required Methods§
Sourcefn is_not_negative(self) -> bool
fn is_not_negative(self) -> bool
The negation of is_negative
Sourcefn is_not_positive(self) -> bool
fn is_not_positive(self) -> bool
The negation of is_positive