Skip to main content

DbTx

Type Alias DbTx 

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

Aliased Typeยง

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