pub trait RpcMethod<T: Metadata>: Send + Sync + 'static { fn call(&self, params: Params, meta: T) -> BoxFuture<Value>; }
Asynchronous Method with Metadata
Call method