Trait stringmatch::NeedleIter [−][src]
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>, { ... } }
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>, { ... } }