Module rayon::option
[−]
[src]
This module contains the parallel iterator types for options
(Option<T>). You will rarely need to interact with it directly
unless you have need to name one of the iterator types.
Structs
| IntoIter |
Parallel iterator over an option |
| Iter |
Parallel iterator over an immutable reference to an option |
| IterMut |
Parallel iterator over a mutable reference to an option |