Expand description
Fuchsia-specific FIDL bindings.
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.