pub type DbTransaction<'c> = Transaction<'c, Postgres>;Expand description
Type of a database transaction
Aliased Typeยง
pub struct DbTransaction<'c> { /* private fields */ }pub type DbTransaction<'c> = Transaction<'c, Postgres>;Type of a database transaction
pub struct DbTransaction<'c> { /* private fields */ }