[][src]Type Definition serde_postgres::DeResult

type DeResult<T> = Result<T, DeError>;

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