Function start_component

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

Safely calls start() on a component in the global registry.

§Errors

Returns an error if the component is not found or if start() fails.