Module rayon::delegate

source ·
Expand description

Macros for delegating newtype iterators to inner types.

Macros

  • Creates an indexed parallel iterator implementation which simply wraps an inner type and delegates all methods inward. The actual struct must already be declared with an inner field.
  • Creates a parallel iterator implementation which simply wraps an inner type and delegates all methods inward. The actual struct must already be declared with an inner field.