pub trait InputIter: Iterator + Clone + Offsetable { }
Expand description

A Cloneable Iterator that can report an offset as a count of processed Items.

Implementors§