[][src]Module xain_fl::aggregator::rpc

Structs

Client

The client stub that makes RPC calls to the server. Exposes a Future interface.

Traits

Rpc

Definition of the methods exposed by the aggregator RPC service.

Functions

client_connect

A future that keeps trying to connect to the AggregatorRpc at the given address.

serve

Run an RPC server that processes only one connection at a time.