pub type RpcFuture = Receiver<Result<Value, RpcError>>;
The future returned by the rpc call.
struct RpcFuture { /* private fields */ }