PgTransaction

Type Alias PgTransaction 

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

Aliased Typeยง

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