Module fidl::client

source ·
Expand description

An implementation of a client for a fidl interface.

Modules§

  • Synchronous FIDL Client

Structs§

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

Type Aliases§