Module delegate

Source
Expand description

Macros for delegating newtype iterators to inner types.

Macrosยง

delegate_indexed_iterator ๐Ÿ”’
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.
delegate_iterator ๐Ÿ”’
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.