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