Crate tuple_iter

Source
Expand description

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

Macrosยง

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