Crate tokio_postgres_macros

Source

Derive Macrosยง

FromRow
Implements From<&Row> trait for a struct, allowing direct conversion from a database row to the struct.
TryFromRow
Implements the TryFrom<&Row> trait for a struct