[][src]Module serde_postgres::error

When serializing or deserializing from Postgres rows goes wrong.

Enums

Error

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

Type Definitions

Result

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