Module hashbrown::hash_set::rayon [−][src]
rayon-based parallel iterator types for hash sets. You will rarely need to interact with it directly unless you have need to name one of the iterator types.
Structs
| IntoParIter | Parallel iterator over elements of a consumed set. |
| ParDifference | Parallel iterator over shared references to elements in the difference of sets. |
| ParDrain | Parallel draining iterator over entries of a set. |
| ParIntersection | Parallel iterator over shared references to elements in the intersection of sets. |
| ParIter | Parallel iterator over shared references to elements in a set. |
| ParSymmetricDifference | Parallel iterator over shared references to elements in the symmetric difference of sets. |
| ParUnion | Parallel iterator over shared references to elements in the union of sets. |