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.
- Event
Receiver - A stream of events as
MessageBufEtc
s. - Message
Response - A future which polls for the response to a client message.
- Query
Response Fut - 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§
- Decoded
Query Response Fut - A future representing the decoded and transformed response to a FIDL query.