Module fuchsia

Source
Expand description

Fuchsia-specific FIDL bindings.

Functions§

create_channel
Creates a ClientEnd and ServerEnd for the given protocol over Zircon channels.
spawn_client_detached
Creates a Client from the given ClientEnd and spawns it on the current fuchsia-async executor.
spawn_client_sender_detached
Creates a Client from the given ClientEnd and spawns it on the current fuchsia-async executor.
spawn_server_detached
Creates a Server from the given ServerEnd and spawns it on the current fuchsia-async executor.