pub trait ProtocolRequestHandler:
Service<ProtocolRequest, Response = ProtocolResponse, Error = BoxError, Future: Send + 'static>
+ Send
+ 'static { }
pub trait ProtocolRequestHandler:
Service<ProtocolRequest, Response = ProtocolResponse, Error = BoxError, Future: Send + 'static>
+ Send
+ 'static { }