Module rayon::option [−][src]
Parallel iterator types for options
You will rarely need to interact with this module directly unless you need to name one of the iterator types.
Structs
IntoIter | A parallel iterator over the value in |
Iter | A parallel iterator over a reference to the |
IterMut | A parallel iterator over a mutable reference to the |