Expand description
Fuchsia-specific FIDL extensions.
Modules§
- channel
- A transport implementation which uses Zircon channels.
- zx
- Type-safe bindings for Zircon kernel syscalls.
Structs§
- Wire
Channel - A Zircon channel.
- Wire
Optional Channel - An optional Zircon channel.
- Wire
Optional Handle - An optional Zircon handle.
Traits§
- Handle
Decoder - A decoder which support Zircon handles.
- Handle
Encoder - An encoder which supports Zircon handles.
Functions§
- create_
channel - Creates a
ClientEnd
andServerEnd
for the given protocol over Zircon channels. - spawn_
client_ detached - Creates a
Client
from the givenClientEnd
and spawns it on the current fuchsia-async executor. - spawn_
client_ sender_ detached - Creates a
Client
from the givenClientEnd
and spawns it on the current fuchsia-async executor. - spawn_
server_ detached - Creates a
Server
from the givenServerEnd
and spawns it on the current fuchsia-async executor.
Unions§
- Wire
Handle - A Zircon handle.