Expand description
Defines a “lending iterator” for Row
Structs§
- A
RowIterator
for a singleRow
.
Traits§
- Convert a type into a
RowIterator
. - An iterator that can borrow from
self
and yieldRowRef
s.
Defines a “lending iterator” for Row
RowIterator
for a single Row
.RowIterator
.self
and yield RowRef
s.