Crate fidl_next_fuchsia_component_runner

Crate fidl_next_fuchsia_component_runner 

Source

Re-exports§

pub use self::natural::*;

Modules§

compat
Compatibility shims which mimic some API surfaces of the current Rust bindings.
component_controller
component_runner
generic
natural
task_provider
wire
wire_optional

Structs§

ComponentController
The type corresponding to the ComponentController protocol. A protocol for binding and controlling the lifetime of a component instance started using ComponentRunner.Start(). The component manager is the intended direct client of this protocol.
ComponentRunner
The type corresponding to the ComponentRunner protocol. A protocol used for running components.
TaskProvider
The type corresponding to the TaskProvider protocol. Served by runners that want to make a zircon job available through their runtime directory.

Constants§

MAX_HANDLE_COUNT
MAX_NAMESPACE_COUNT

Traits§

ComponentControllerClientHandler
A client handler for the ComponentController protocol.
ComponentControllerServerHandler
A server handler for the ComponentController protocol.
ComponentRunnerClientHandler
A client handler for the ComponentRunner protocol.
ComponentRunnerServerHandler
A server handler for the ComponentRunner protocol.
TaskProviderClientHandler
A client handler for the TaskProvider protocol.
TaskProviderServerHandler
A server handler for the TaskProvider protocol.