Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/
Dwhile_some.rs14 pub struct WhileSome<I: ParallelIterator> { struct
18 impl<I> WhileSome<I> implementation
28 impl<I, T> ParallelIterator for WhileSome<I> implementation
/external/rust/crates/itertools/src/adaptors/
Dmod.rs646 pub struct WhileSome<I> { struct
650 /// Create a new `WhileSome<I>`. argument
655 impl<I, A> Iterator for WhileSome<I> implementation