Crate toboggan

Source

Modules§

server

Structs§

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

Enums§

DatabaseRequest
The request sent over the wire from the client to the server.
DatabaseResponse
The response sent over the wire from the server to the client.
DatabaseResponseFut
A future resolving to a server response.
Error
[De]Serializable error type

Traits§

Database
The trait used by tarpc to generate the client stubs and boilerplate.