Expand description
Provides types for dealing with query result deserialization.
Those yield raw rows, whose deserialization is handled by
the row
module.
Structsยง
- RawRow
Iterator - Iterates over the whole result, returning raw rows.
- RawRow
Lending Iterator - A lending iterator over serialized rows.
- Typed
RowIterator - A typed version of RawRowIterator which deserializes the rows before returning them.