Module scylla::deserialize::row

source ·
Expand description

Deserializing a row of the query result.

Structs§

  • Failed to deserialize a row from the DB response, represented by one of the types built into the driver.
  • Failed to type check incoming result column types again given Rust type, one of the types having support built into the driver.
  • Iterates over columns of a single row.
  • Represents a raw, unparsed column value.

Enums§