Module deserialize

Source
Expand description

Deserializing DB response containing CQL query results.

Modules§

result
Deserializing the whole query result contents.
row
Deserializing a row of the query result.
value
Deserializing a single CQL value from a column of the query result row.

Structs§

DeserializationError
An error indicating that a failure happened during deserialization.
FrameSlice
A reference to a part of the frame.
TypeCheckError
An error indicating that a failure happened during type check.