Type Alias DynTxImp

Source
pub type DynTxImp = Arc<dyn TxImp>;
Expand description

Trait-object TxImp.

Aliased Typeยง

struct DynTxImp { /* private fields */ }