pub type PgTransaction<'a> = Transaction<'a, Postgres>;
struct PgTransaction<'a> { /* private fields */ }