Searched defs:ParallelExtend (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/rayon/src/iter/ |
D | extend.rs | 313 impl<'a> ParallelExtend<Cow<'a, str>> for String { impl 369 impl ParallelExtend<()> for () { impl
|
D | unzip.rs | 413 impl<A, B, FromA, FromB> ParallelExtend<(A, B)> for (FromA, FromB) impl 428 impl<L, R, A, B> ParallelExtend<Either<L, R>> for (A, B) impl
|
D | mod.rs | 2932 pub trait ParallelExtend<T> trait
|