Module rayon::collections::hash_set  
source · Expand description
This module contains the parallel iterator types for hash sets
(HashSet<T>). You will rarely need to interact with it directly
unless you have need to name one of the iterator types.
Structs§
- Draining parallel iterator that moves out of a hash set, but keeps the total capacity.
 - Parallel iterator over a hash set
 - Parallel iterator over an immutable reference to a hash set