kvarn_utils::prelude::str::pattern

Struct CharArrayRefSearcher

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

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

Trait Implementations§

source§

impl<'a, 'b, const N: usize> Clone for CharArrayRefSearcher<'a, 'b, N>

source§

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

Returns a copy of the value. Read more
1.0.0 ·