Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/rayon/
Draw.rs78 pub struct RawIntoParIter<T, A: Allocator = Global> { struct
82 impl<T, A: Allocator> RawIntoParIter<T, A> { argument
89 impl<T: Send, A: Allocator + Send> ParallelIterator for RawIntoParIter<T, A> { implementation
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/external_trait_impls/rayon/
Draw.rs79 pub struct RawIntoParIter<T, A: Allocator + Clone = Global> { struct
83 impl<T, A: Allocator + Clone> RawIntoParIter<T, A> { implementation
90 impl<T: Send, A: Allocator + Clone + Send> ParallelIterator for RawIntoParIter<T, A> { implementation