Module client

Source
Expand description

An implementation of a client for a fidl interface.

Modules§

sync
Synchronous FIDL Client

Structs§

Client
A FIDL client which can be used to send buffers and receive responses via a channel.
EventReceiver
A stream of events as MessageBufEtcs.
MessageResponse
A future which polls for the response to a client message.
QueryResponseFut
A future representing the result of a FIDL query, with early error detection available if the message couldn’t be sent.
Txid
A FIDL transaction id. Will not be zero for a message that includes a response.

Type Aliases§

DecodedQueryResponseFut
A future representing the decoded and transformed response to a FIDL query.