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§
- Component
Controller - 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. - Component
Runner - The type corresponding to the ComponentRunner protocol. A protocol used for running components.
- Task
Provider - The type corresponding to the TaskProvider protocol. Served by runners that want to make a zircon job available through their runtime directory.
Constants§
Traits§
- Component
Controller Client Handler - A client handler for the ComponentController protocol.
- Component
Controller Server Handler - A server handler for the ComponentController protocol.
- Component
Runner Client Handler - A client handler for the ComponentRunner protocol.
- Component
Runner Server Handler - A server handler for the ComponentRunner protocol.
- Task
Provider Client Handler - A client handler for the TaskProvider protocol.
- Task
Provider Server Handler - A server handler for the TaskProvider protocol.