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>
impl<'a, 'b> Clone for CharSliceSearcher<'a, 'b>
source§fn clone(&self) -> CharSliceSearcher<'a, 'b>
fn clone(&self) -> CharSliceSearcher<'a, 'b>
Returns a copy of the value. Read more