Expand description
This module contains the service definitions.
Structs§
- Music
Player Client - The client stub that makes RPC calls to the server. All request methods return Futures.
- Search
Result - Serve
Music Player - A serving function to use with ::tarpc::server::InFlightRequest::execute.
Enums§
- Music
Player Request - The request sent over the wire from the client to the server.
- Music
Player Response - The response sent over the wire from the server to the client.
Traits§
- Music
Player - The music player service, implemented by the music player daemon.
- Music
Player Stub - The stub trait for service
MusicPlayer.
Functions§
- init_
client - Initialize the music player client