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

Structs

Client
Server

A server that serves a single client. A new Server is created for each new client.

Enums

ClientError
ServerError

Error returned by the RPC server.

Traits

Rpc

Definition of the methods exposed by the aggregator RPC service.

Functions

serve

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