Module rayon::result

source ·
Expand description

Parallel iterator types for results

You will rarely need to interact with this module directly unless you need to name one of the iterator types.

Structs§

  • Parallel iterator over a result
  • Parallel iterator over an immutable reference to a result
  • Parallel iterator over a mutable reference to a result