Searched defs:CollectConsumer (Results 1 – 1 of 1) sorted by relevance
| /external/rust/crates/rayon/src/iter/collect/ |
| D | consumer.rs | 7 pub(super) struct CollectConsumer<'c, T: Send> { struct 14 impl<T: Send> CollectConsumer<'_, T> { argument 27 impl<'c, T: Send + 'c> CollectConsumer<'c, T> { impl 86 impl<'c, T: Send + 'c> Consumer<T> for CollectConsumer<'c, T> { implementation 92 let CollectConsumer { start, len, .. } = self; in split_at() localVariable 155 impl<'c, T: Send + 'c> UnindexedConsumer<T> for CollectConsumer<'c, T> { implementation
|