Type Definition jsonrpc_client_transports::RpcFuture [−][src]
pub type RpcFuture = Receiver<Result<Value, RpcError>>;
Expand description
The future returned by the rpc call.
pub type RpcFuture = Receiver<Result<Value, RpcError>>;
The future returned by the rpc call.