Crate tokio_postgres_macros

source ·

Derive Macros§

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