[][src]Module serde_postgres::de

Deserialize postgres rows into a Rust data structure.

Structs

Deserializer

A structure that deserialize Postgres rows into Rust values.

Functions

from_row

Attempt to deserialize from a single Row.

from_rows

Attempt to deserialize from Rows.