pub fn get_component(id: &Ustr) -> Option<Rc<UnsafeCell<dyn Component>>>
Expand description
Returns a component from the global registry by ID.
pub fn get_component(id: &Ustr) -> Option<Rc<UnsafeCell<dyn Component>>>
Returns a component from the global registry by ID.