pub async fn destroy_instance_in_collection(
lifecycle_controller: &LifecycleControllerProxy,
parent: &Moniker,
collection: &Name,
child_name: &LongName,
) -> Result<(), DestroyError>
Expand description
Uses the fuchsia.sys2.LifecycleController
protocol to destroy a dynamic component instance
with the given moniker
.