pub trait ProtocolRequestHandlerMaker<Z: NetworkZone>:
MakeService<PeerInformation<Z::Addr>, ProtocolRequest, MakeError = BoxError, Service: ProtocolRequestHandler, Future: Send + 'static>
+ Send
+ 'static { }
pub trait ProtocolRequestHandlerMaker<Z: NetworkZone>:
MakeService<PeerInformation<Z::Addr>, ProtocolRequest, MakeError = BoxError, Service: ProtocolRequestHandler, Future: Send + 'static>
+ Send
+ 'static { }