Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dskip_any_while.rs14 pub struct SkipAnyWhile<I: ParallelIterator, P> { struct
19 impl<I: ParallelIterator + fmt::Debug, P> fmt::Debug for SkipAnyWhile<I, P> { argument
27 impl<I, P> SkipAnyWhile<I, P> implementation
37 impl<I, P> ParallelIterator for SkipAnyWhile<I, P> implementation