Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dstr.rs649 struct SplitTerminatorProducer<'ch, 'sep, P: Pattern> { struct
660 impl<'ch, 'sep, P: Pattern + 'sep> SplitTerminatorProducer<'ch, 'sep, P> { argument
681 impl<'ch, 'sep, P: Pattern + 'sep> UnindexedProducer for SplitTerminatorProducer<'ch, 'sep, P> { implementation