Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/
Dstr.rs399 struct CharsProducer<'ch> { struct
410 bridge_unindexed(CharsProducer { chars: self.chars }, consumer) in drive_unindexed() argument
414 impl<'ch> UnindexedProducer for CharsProducer<'ch> { implementation