Contains

Trait Contains 

Source
pub trait Contains<T> {
    // Required method
    fn contains(&self, other: T) -> bool;
}

Required Methods§

Source

fn contains(&self, other: T) -> bool

Implementors§