Crate tuple_iter

Source
Expand description

Generate iterator types for tuples of items implementing the same trait.

Macrosยง

  • Creates an iterator for the shared reference to a tuple as trait objects.
  • Creates an iterator for the mutable reference to a tuple as trait objects.