pub type RpcFuture = Receiver<Result<Value, RpcError>>;
Expand description

The future returned by the rpc call.

Aliased Type§

struct RpcFuture { /* private fields */ }