Skip to main content

release_component_subscriptions

Function release_component_subscriptions 

Source
pub fn release_component_subscriptions(id: &Ustr) -> Result<()>
Expand description

Releases subscriptions for a component in the global registry.

This is used when retiring a component whose earlier on_dispose failed after the framework left its registration intact.

ยงErrors

  • Returns an error if the component is not found.
  • Returns an error if the component is already borrowed.