Module rayon::iter::private

source ·
Expand description

We hide the Try trait in a private module, as it’s only meant to be a stable clone of the standard library’s Try trait, as yet unstable.

Traits§

  • Clone of std::ops::Try.