Module fidl

Source

Structs§

ClientEnd
The Client end of a FIDL connection.
FDomainProxyChannel
FDomainResourceDialect
ServerEnd
The Server end of a FIDL connection.

Traits§

ControlHandle
A type associated with a RequestStream that can be used to send FIDL events or to shut down the request stream.
DiscoverableProtocolMarker
A marker for a particular FIDL protocol that is also discoverable.
FDomainFlexibleIntoResult
ProtocolMarker
Implementations of this trait can be used to manufacture instances of a FIDL protocol and get metadata about a particular protocol.
Proxy
A type which allows querying a remote FIDL server over a channel.
RequestStream
A stream of requests coming into a FIDL server over a channel.
Responder
A type associated with a particular two-way FIDL method, used by servers to send a response to the client.

Type Aliases§

Request
The Request type associated with a Marker.