kvarn_utils::prelude::str::pattern

Struct StrSearcher

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

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

Trait Implementations§

source§

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

source§

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

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

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

Performs copy-assignment from source. Read more