Trait jsonrpc_core::RpcMethod
source · pub trait RpcMethod<T: Metadata>: Send + Sync + 'static {
// Required method
fn call(&self, params: Params, meta: T) -> BoxFuture<Result<Value>>;
}
Expand description
Asynchronous Method with Metadata