Structs§
- Socket
RpcServer - A
SocketRpcServer
is a server future. It listens on a socket and spawns new connections, with a ConnectionService to handle each connection.
Enums§
- RpcKind
- Type of rpc to be awaited
Traits§
- Connection
Service - A connection service receives rpcs from clients and sends responses.
- Socket
Service - SocketService receives connections and produces ConnectionServices.