Struct core::str::pattern::CharPredicateSearcher
[−]
[src]
pub struct CharPredicateSearcher<'a, F> where F: FnMut(char) -> bool(CharEqPattern<F>::Searcher);
Associated type for <F as Pattern<'a>>::Searcher
.