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