Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Dmap.rs235 pub struct IntoParIter<K, V, A: Allocator + Clone = Global> { struct
236 inner: RawIntoParIter<(K, V), A>, argument
239 impl<K: Send, V: Send, A: Allocator + Clone + Send> ParallelIterator for IntoParIter<K, V, A> { implementation
251 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug, A: Allocator + Clone> fmt::Debug
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