[][src]Trait isnt::std_1::primitive::IsntI8Ext

pub trait IsntI8Ext: Sealed {
#[must_use]    pub fn is_not_negative(self) -> bool;
#[must_use] pub fn is_not_positive(self) -> bool; }

Extension for i8

Required methods

#[must_use]pub fn is_not_negative(self) -> bool[src]

The negation of is_negative

#[must_use]pub fn is_not_positive(self) -> bool[src]

The negation of is_positive

Loading content...

Implementations on Foreign Types

impl IsntI8Ext for i8[src]

Loading content...

Implementors

Loading content...