pub type PgTransaction<'c> = Transaction<'c, Postgres>;Available on crate feature
postgres only.Expand description
An alias for Transaction, specialized for Postgres.
Aliased Type§
struct PgTransaction<'c> { /* private fields */ }