Struct std::str::pattern::CharSliceSearcher
[−]
[src]
pub struct CharSliceSearcher<'a, 'b>(CharEqPattern<&'b [char]>::Searcher);
Unstable (
pattern
): API not fully fleshed out and ready to be stabilized
Associated type for <&[char] as Pattern<'a>>::Searcher
.