Structs§
- A Stream of incoming requests for fuchsia.component.runner/ComponentController.
- A single component namespace entry, which describes a namespace mount point (
path
) and the directory backing it (directory
). This type is usually composed inside a vector. SeeComponentStartInfo.ns
for more details. - A Stream of incoming requests for fuchsia.component.runner/ComponentRunner.
- Parameters for starting a new component instance.
Enums§
- 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. - A protocol used for running components.