Type Definition sqlx_models_orm::PgTx

source · []
pub type PgTx = Option<Arc<Mutex<Option<Transaction<'static, Postgres>>>>>;