template <>
class NaturalSyncClientImpl
Defined at line 42 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> Start (::fidl::Request< ::fuchsia_component_runner::ComponentRunner::Start> request)
Start running a component instance described by `start_info`.
Component manager binds and uses `controller` to control the
lifetime of the newly started component instance.
Errors are delivered as epitaphs over the `ComponentController`
protocol. In the event of an error, the runner must ensure that
resources are cleaned up.