Module diesel::deserialize[][src]

Expand description

Types and traits related to deserializing values from the database

Traits

Deserialize a single field of a given SQL type.

Deserialize one or more fields.

Trait indicating that a record can be queried from the database.

Deserializes the result of a query constructed with sql_query.

Type Definitions

A specialized result type representing the result of deserializing a value from the database.