jsonrpc_client_transports

Type Alias RpcFuture

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

The future returned by the rpc call.

Aliased Typeยง

struct RpcFuture { /* private fields */ }