Expand description
Fuchsia-specific FIDL extensions.
Modules§
- channel
- A transport implementation which uses Zircon channels.
- zx
- Type-safe bindings for Zircon kernel syscalls.
Traits§
- Handle
Decoder - A decoder which support Zircon handles.
- Handle
Encoder - An encoder which supports Zircon handles.
Functions§
- create_
channel - Creates a
ClientEndandServerEndfor the given protocol over Zircon channels.