Module scylla::deserialize

source ·
Expand description

Deserializing DB response containing CQL query results.

Modules§

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

Structs§

Traits§

  • A type that can be deserialized from a row that was returned from a query.
  • A type that can be deserialized from a column value inside a row that was returned from a query.