Home
last modified time | relevance | path

Searched refs:IntoParIter (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Dset.rs19 pub struct IntoParIter<T, A: Allocator + Clone = Global> { struct
20 inner: map::IntoParIter<T, (), A>, argument
23 impl<T: Send, A: Allocator + Clone + Send> ParallelIterator for IntoParIter<T, A> { implementation
306 type Iter = IntoParIter<T, A>;
310 IntoParIter { in into_par_iter()
Dmap.rs235 pub struct IntoParIter<K, V, A: Allocator + Clone = Global> { struct
239 impl<K: Send, V: Send, A: Allocator + Clone + Send> ParallelIterator for IntoParIter<K, V, A> { implementation
252 for IntoParIter<K, V, A>
361 type Iter = IntoParIter<K, V, A>;
365 IntoParIter { in into_par_iter()