[][src]Module serde_postgres::de

Deserialize postgres rows into a Rust data structure.

Structs

Deserializer

A structure that deserialize Postgres rows into Rust values.

Enums

DeError

This type represents all possible error that can occur when deserializing postgres rows.

Functions

from_row

Attempt to deserialize from a single Row.

from_rows

Attempt to deserialize multiple Rows.

Type Definitions

DeResult

Alias for a Result with the error type serde_postgres::Error.