Searched defs:MapInitConsumer (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | map_with.rs | 514 struct MapInitConsumer<'f, C, INIT, F> { struct 520 impl<'f, C, INIT, F> MapInitConsumer<'f, C, INIT, F> { argument 526 impl<'f, T, INIT, U, R, C, F> Consumer<T> for MapInitConsumer<'f, C, INIT, F> implementation 559 impl<'f, T, INIT, U, R, C, F> UnindexedConsumer<T> for MapInitConsumer<'f, C, INIT, F> implementation
|