Module interface
Structs§
- Hermit
Client - The client stub that makes RPC calls to the server. All request methods return Futures.
- Serve
Hermit - A serving function to use with [::tarpc::server::InFlightRequest::execute].
Enums§
- Hermit
Request - The request sent over the wire from the client to the server.
- Hermit
Response - The response sent over the wire from the server to the client.
Traits§
- Hermit
- Hermit daemon interface.
- Hermit
Stub - The stub trait for service
Hermit.