Add an argument to argument to Iterator::Item without losing Sized
Iterator::Item
Sized
If you find yourself mapping a capturing closure over an Iterator that you need to return, you'll want to use passing_arg(self, arg: T) -> PassingArgument<I, T>
Iterator
passing_arg(self, arg: T) -> PassingArgument<I, T>