Crate aranya_daemon_api

Source

Structs§

AfcId
Uniquely identifies an AFC channel.
DaemonApiClient
The client stub that makes RPC calls to the server. All request methods return Futures.
DeviceId
The Device ID.
Error
An error returned by the API.
KeyBundle
A device’s public key bundle.
NetIdentifier
A device’s network identifier.
ServeDaemonApi
A serving function to use with ::tarpc::server::InFlightRequest::execute.
TeamId
The Team ID (a.k.a Graph ID).

Enums§

DaemonApiRequest
The request sent over the wire from the client to the server.
DaemonApiResponse
The response sent over the wire from the server to the client.
Role
A device’s role on the team.

Traits§

DaemonApi
DaemonApiStub
The stub trait for service DaemonApi.

Type Aliases§

AfcCtrl
CS
CS = Cipher Suite
Result