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