Expand description
Implementations for new Rust bindings.
Structs§
- Instance
Connector - A connector for a FIDL service instance that uses a Zircon channel.
Functions§
- connect_
server_ end_ to_ protocol_ at - Connect to a FIDL protocol using the provided server end and namespace prefix.
- connect_
to_ protocol - Connect to a FIDL protocol in the
/svcdirectory of the application’s root namespace. - connect_
to_ protocol_ at - Connect to a FIDL protocol using the provided namespace prefix.
- connect_
to_ service_ instance - Connect to a FIDL service instance in the
/svcdirectory of the application’s root namespace.