pub type DynTxHandler = Arc<dyn TxHandler>;
Trait-object TxHandler.
struct DynTxHandler { /* private fields */ }