Type Definition tokio_jsonrpc::server::BoxRpcCallResult
[−]
[src]
type BoxRpcCallResult = Box<Future<Item = Value, Error = RpcError>>;
A RPC call result wrapping trait objects.