[][src]Type Definition jsonrpc_client_transports::RpcFuture

type RpcFuture = Receiver<Result<Value, RpcError>>;

The future returned by the rpc call.