Trait fed::Is_ [] [src]

pub trait Is_<T>: Sized {
    fn is_(&self) -> bool;
}

Required Methods

Implementors