Module scylla_cql::types::deserialize::row

source ·
Expand description

Provides types for dealing with row deserialization.

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§

Traits§

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