Structs§
- Agent
Service Client - The client stub that makes RPC calls to the server. All request methods return Futures.
- Agent
Status - Handshake
- Serve
Agent Service - A serving function to use with ::tarpc::server::InFlightRequest::execute.
Enums§
- Agent
Metric - Agent
Service Request - The request sent over the wire from the client to the server.
- Agent
Service Response - The response sent over the wire from the server to the client.
Traits§
- Agent
Service - The RPC service that agents implement as a server.
- Agent
Service Stub - The stub trait for service
AgentService.