Re-exports§
pub use self::natural::*;
Modules§
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.