Struct std::str::pattern::CharPredicateSearcher
[−]
[src]
pub struct CharPredicateSearcher<'a, F> where F: FnMut(char) -> bool(CharEqPattern<F>::Searcher);
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
Associated type for <F as Pattern<'a>>::Searcher
.