Module iter

Source
Expand description

Defines a “lending iterator” for Row

Structs§

MappedRowIterator
SingleRowIter
A RowIterator for a single Row.
VecRowIter
A RowIterator for a Vec of Rows.

Traits§

IntoRowIterator
Convert a type into a RowIterator.
RowIterator
An iterator that can borrow from self and yield RowRefs.