Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dstr.rs443 struct CharIndicesProducer<'ch> { struct
455 let producer = CharIndicesProducer { in drive_unindexed() argument
463 impl<'ch> UnindexedProducer for CharIndicesProducer<'ch> { implementation