[][src]Trait stringmatch::NeedleIter

pub trait NeedleIter: Needle {
    fn is_match_in<'a, I, S>(&self, haystacks: &mut I) -> bool
    where
        I: Iterator<Item = S>,
        S: Into<&'a str>
, { ... } }

Provided methods

fn is_match_in<'a, I, S>(&self, haystacks: &mut I) -> bool where
    I: Iterator<Item = S>,
    S: Into<&'a str>, 

Loading content...

Implementors

Loading content...