pub type ProtocolTxHandlerPtr = Arc<ProtocolTxHandler>;
Expand description
Atomic pointer to the ProtocolTx
handler.
Aliased Typeยง
struct ProtocolTxHandlerPtr { /* private fields */ }
pub type ProtocolTxHandlerPtr = Arc<ProtocolTxHandler>;
Atomic pointer to the ProtocolTx
handler.
struct ProtocolTxHandlerPtr { /* private fields */ }