Module fidl::endpoints

source ·
Expand description

Wrapper types for the endpoints of a connection.

Structs§

  • The Client end of a FIDL connection.
  • The Server end of a FIDL connection.

Enums§

Traits§

  • A type associated with a RequestStream that can be used to send FIDL events or to shut down the request stream.
  • A marker for a particular FIDL protocol that is also discoverable.
  • A marker for a particular FIDL protocol.
  • A type which allows querying a remote FIDL server over a channel.
  • A stream of requests coming into a FIDL server over a channel.
  • A type associated with a particular two-way FIDL method, used by servers to send a response to the client.
  • A marker for a particular FIDL service.
  • Proxy by which a client sends messages to a FIDL service.
  • A request to initiate a connection to a FIDL service.
  • A type which allows querying a remote FIDL server over a channel, blocking the calling thread.

Functions§

Type Aliases§

  • The Request type associated with a Marker.