Type Alias DynTxModuleHandler

Source
pub type DynTxModuleHandler = Arc<dyn TxModuleHandler>;
Expand description

Trait-object TxModuleHandler.

Aliased Typeยง

pub struct DynTxModuleHandler { /* private fields */ }