Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dwhile_some.rs51 struct WhileSomeConsumer<'f, C> { struct
56 impl<'f, T, C> Consumer<Option<T>> for WhileSomeConsumer<'f, C> implementation
89 impl<'f, T, C> UnindexedConsumer<Option<T>> for WhileSomeConsumer<'f, C> implementation