Type Alias PgTransaction

Source
pub type PgTransaction<'a> = Transaction<'a, Postgres>;

Aliased Typeยง

struct PgTransaction<'a> { /* private fields */ }