pub struct CharPredicateSearcher<'a, F>(/* private fields */) where F: FnMut(char) -> bool;
pattern
Associated type for <F as Pattern>::Searcher<'a>.
<F as Pattern>::Searcher<'a>