Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dwhile_some.rs14 pub struct WhileSome<I: ParallelIterator> { struct
18 impl<I> WhileSome<I> impl
28 impl<I, T> ParallelIterator for WhileSome<I> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/adaptors/
Dmod.rs566 pub struct WhileSome<I> { struct
570 /// Create a new `WhileSome<I>`. argument
575 impl<I, A> Iterator for WhileSome<I> implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/
H A Dmod.rs660 pub struct WhileSome<I> { struct
664 /// Create a new `WhileSome<I>`. argument
669 impl<I, A> Iterator for WhileSome<I> implementation