Structs§
- Client
End - The
Client
end of a FIDL connection. - FDomain
Proxy Channel - FDomain
Resource Dialect - Server
End - The
Server
end of a FIDL connection.
Traits§
- Control
Handle - A type associated with a
RequestStream
that can be used to send FIDL events or to shut down the request stream. - Discoverable
Protocol Marker - A marker for a particular FIDL protocol that is also discoverable.
- FDomain
Flexible Into Result - Protocol
Marker - 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.
- Request
Stream - 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.