kvarn_utils::prelude::str::pattern

Struct CharPredicateSearcher

source
pub struct CharPredicateSearcher<'a, F>(/* private fields */)
where
    F: FnMut(char) -> bool;
🔬This is a nightly-only experimental API. (pattern)
Expand description

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

Trait Implementations§

source§

impl<'a, F> Clone for CharPredicateSearcher<'a, F>
where F: Clone + FnMut(char) -> bool,