Module result

Source
Expand description

Provides types for dealing with query result deserialization.

Those yield raw rows, whose deserialization is handled by the row module.

Structsยง

RawRowIterator
Iterates over the whole result, returning raw rows.
RawRowLendingIterator
A lending iterator over serialized rows.
TypedRowIterator
A typed version of RawRowIterator which deserializes the rows before returning them.