pub type ConsensusService = Actor<ConsensusRequest, ConsensusResponse, BoxError>;
Aliased Typeยง
struct ConsensusService { /* private fields */ }
pub type ConsensusService = Actor<ConsensusRequest, ConsensusResponse, BoxError>;
struct ConsensusService { /* private fields */ }