[][src]Trait tyenum::IsTypeOf

pub trait IsTypeOf<E> {
    fn is_type_of(e: &E) -> bool;
}

Required methods

fn is_type_of(e: &E) -> bool

Loading content...

Implementors

Loading content...