serde-pgrow 0.3.6

Deserialize a serde-type from a PgRow
Documentation
1
2
3
4
pub use ::tokio_postgres::types::FromSql as PgFromSql;
pub use ::tokio_postgres::types::Type as PgType;
pub use ::tokio_postgres::Column as PgCol;
pub use ::tokio_postgres::Row as PgRow;