Struct collections::str::pattern::CharPredicateSearcher [] [src]

pub struct CharPredicateSearcher<'a, F> where F: FnMut(char) -> bool(_);
Unstable (pattern #27721)

: API not fully fleshed out and ready to be stabilized

Associated type for <F as Pattern<'a>>::Searcher.