CharPredicateSearcher in core::str::pattern - Rust (original) (raw)
Struct CharPredicateSearcher
pub struct CharPredicateSearcher<'a, F>(/* private fields */)
where
F: FnMut(char) -> bool;
🔬This is a nightly-only experimental API. (pattern
#27721)
Expand description
Associated type for <F as Pattern>::Searcher<'a>
.