pub trait BoundedService:
Service<JsonRpcRequest, Response = JsonRpcResponse, Error = BoxError, Future = Pin<Box<dyn Future<Output = Result<JsonRpcResponse, BoxError>> + Send>>>
+ Send
+ 'static { }
pub trait BoundedService:
Service<JsonRpcRequest, Response = JsonRpcResponse, Error = BoxError, Future = Pin<Box<dyn Future<Output = Result<JsonRpcResponse, BoxError>> + Send>>>
+ Send
+ 'static { }