TxnContext

Type Alias TxnContext 

Source
pub type TxnContext<'a, S> = SqlTransaction<'a, S>;
Expand description

Backwards-compatible alias for SqlTransaction.

Aliased Typeยง

pub struct TxnContext<'a, S> { /* private fields */ }