Module interface

Module interface 

Structs§

HermitClient
The client stub that makes RPC calls to the server. All request methods return Futures.
ServeHermit
A serving function to use with [::tarpc::server::InFlightRequest::execute].

Enums§

HermitRequest
The request sent over the wire from the client to the server.
HermitResponse
The response sent over the wire from the server to the client.

Traits§

Hermit
Hermit daemon interface.
HermitStub
The stub trait for service Hermit.