Home
last modified time | relevance | path

Searched defs:SplitInternal (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/library/core/src/str/
Diter.rs562 pub(super) struct SplitInternal<'a, P: Pattern<'a>> { struct
570 impl<'a, P> fmt::Debug for SplitInternal<'a, P> argument
585 impl<'a, P: Pattern<'a>> SplitInternal<'a, P> { implementation