pub trait Is {
    fn is(&self, other: &Self) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors