Expand description
Typed wrappers for the basic protocol types.
Modules§
- fuchsia
- Fuchsia-specific FIDL bindings.
Structs§
- Client
- A strongly typed client.
- Client
Adapter - An adapter for a client protocol handler.
- Client
End - The client end of a protocol.
- Client
Sender - A strongly typed client sender.
- Request
Buffer - A strongly typed receive buffer.
- Responder
- A strongly typed
Responder
. - Response
Buffer - A strongly typed receive buffer.
- Response
Future - A strongly typed response future.
- Server
- A strongly typed server.
- Server
Adapter - An adapter for a server protocol handler.
- Server
End - The server end of a protocol.
- Server
Sender - A storngly typed server sender.
- Service
Instance - A strongly typed service instance.
Enums§
- Never
- The request or response type of a method which does not have a request or response.
Traits§
- Client
Protocol - A protocol which supports clients.
- Discoverable
- A discoverable protocol.
- Method
- A method of a protocol.
- Server
Protocol - A protocol which supports servers.