pub async fn resolve_instance(
lifecycle_controller: &LifecycleControllerProxy,
moniker: &Moniker,
) -> Result<(), ResolveError>Expand description
Uses the fuchsia.sys2.LifecycleController protocol to resolve a component instance
with the given moniker.