Structs§
- AfcId
- Uniquely identifies an AFC channel.
- Daemon
ApiClient - The client stub that makes RPC calls to the server. All request methods return Futures.
- Device
Id - The Device ID.
- Error
- An error returned by the API.
- KeyBundle
- A device’s public key bundle.
- NetIdentifier
- A device’s network identifier.
- Serve
Daemon Api - A serving function to use with ::tarpc::server::InFlightRequest::execute.
- TeamId
- The Team ID (a.k.a Graph ID).
Enums§
- Daemon
ApiRequest - The request sent over the wire from the client to the server.
- Daemon
ApiResponse - The response sent over the wire from the server to the client.
- Role
- A device’s role on the team.
Traits§
- Daemon
Api - Daemon
ApiStub - The stub trait for service
DaemonApi.