pub trait SharedHyperService:
Service<SgRequest, Response = SgResponse, Error = Infallible, Future = BoxFuture<'static, Result<SgResponse, Infallible>>>
+ Send
+ Sync
+ 'static { }
pub trait SharedHyperService:
Service<SgRequest, Response = SgResponse, Error = Infallible, Future = BoxFuture<'static, Result<SgResponse, Infallible>>>
+ Send
+ Sync
+ 'static { }