Crate fidl_next_bind

Source
Expand description

Typed wrappers for the basic protocol types.

Modules§

fuchsia
Fuchsia-specific FIDL bindings.

Structs§

Client
A strongly typed client.
ClientAdapter
An adapter for a client protocol handler.
ClientEnd
The client end of a protocol.
ClientSender
A strongly typed client sender.
RequestBuffer
A strongly typed receive buffer.
Responder
A strongly typed Responder.
ResponseBuffer
A strongly typed receive buffer.
ResponseFuture
A strongly typed response future.
Server
A strongly typed server.
ServerAdapter
An adapter for a server protocol handler.
ServerEnd
The server end of a protocol.
ServerSender
A storngly typed server sender.
ServiceInstance
A strongly typed service instance.

Enums§

Never
The request or response type of a method which does not have a request or response.

Traits§

ClientProtocol
A protocol which supports clients.
Discoverable
A discoverable protocol.
Method
A method of a protocol.
ServerProtocol
A protocol which supports servers.