IDatabaseTransactionOps

Trait IDatabaseTransactionOps 

Source
pub trait IDatabaseTransactionOps: IDatabaseTransactionOpsCore + MaybeSend { }
Expand description

Additional operations (only some) database transactions expose, on top of IDatabaseTransactionOpsCore

In certain contexts exposing these operations would be a problem, so they are moved to a separate trait.

Implementations on Foreign Types§

Source§

impl<T> IDatabaseTransactionOps for &mut T

Source§

impl<T> IDatabaseTransactionOps for Box<T>

Implementors§