Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/plumbing/
Dmod.rs213 pub trait UnindexedConsumer<I>: Consumer<I> { interface
/external/rust/crates/rayon/src/iter/
Dwhile_some.rs89 impl<'f, T, C> UnindexedConsumer<Option<T>> for WhileSomeConsumer<'f, C> impl