ContainsStr

Trait ContainsStr 

Source
pub trait ContainsStr {
    // Required method
    fn contains_str(&self, str: &str) -> bool;
}

Required Methods§

Source

fn contains_str(&self, str: &str) -> bool

Implementations on Foreign Types§

Source§

impl ContainsStr for Vec<String>

Source§

fn contains_str(&self, str: &str) -> bool

Implementors§