pub type ProtocolProposalHandlerPtr = Arc<ProtocolProposalHandler>;
Expand description

Atomic pointer to the ProtocolProposal handler.

Aliased Type§

struct ProtocolProposalHandlerPtr { /* private fields */ }