Module linera_rpc::simple
source · Structs§
- An encoder/decoder of
RpcMessage
s for the RPC protocol. - The result of spawning a server is oneshot channel to track completion, and the set of executing tasks.
- A client without an address - serves as a client factory.
- Server implementation for TCP.
- Server implementation for UDP.
Enums§
- Errors that can arise during transmission or reception of
RpcMessage
s.
Constants§
- Suggested buffer size
Traits§
- A pool of (outgoing) data streams.
- The handler required to create a service.
- A trait alias for a protocol transport.