Modules§
Structs§
- Database
Client - The client stub that makes RPC calls to the server. All request methods return Futures.
- Serve
Database - A serving function to use with tarpc::server::InFlightRequest::execute.
Enums§
- Database
Request - The request sent over the wire from the client to the server.
- Database
Response - The response sent over the wire from the server to the client.
- Database
Response Fut - A future resolving to a server response.
- Error
- [De]Serializable error type