Module station::rpc[][src]

Structs

RpcClient

The RPC client sends data of type T to a server and expects a response of type U.

RpcServer

The RPC server listens for incoming messages of type T, processes them, and returns a result containing bytes that can be deserialized to the type U.

Enums

RpcError

Possible responses to RPC calls that do not contain callback output.