Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dextend.rs308 struct ListConsumer; struct
316 impl<T: Send> Consumer<T> for ListConsumer { implementation
336 impl<T: Send> UnindexedConsumer<T> for ListConsumer { implementation