Expand description
Defines a “lending iterator” for Row
Structs§
- Mapped
RowIterator - Single
RowIter - A
RowIterator
for a singleRow
. - VecRow
Iter - A
RowIterator
for aVec
ofRow
s.
Traits§
- Into
RowIterator - Convert a type into a
RowIterator
. - RowIterator
- An iterator that can borrow from
self
and yieldRowRef
s.