kvarn_utils::prelude::str::pattern

Struct CharSliceSearcher

source
pub struct CharSliceSearcher<'a, 'b>(/* private fields */);
🔬This is a nightly-only experimental API. (pattern)
Expand description

Associated type for <&[char] as Pattern>::Searcher<'a>.

Trait Implementations§

source§

impl<'a, 'b> Clone for CharSliceSearcher<'a, 'b>

source§

fn clone(&self) -> CharSliceSearcher<'a, 'b>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)