pub fn register_component<T>(component: T) -> Rc<UnsafeCell<T>>where
T: Component + 'static,Expand description
Registers a component.
pub fn register_component<T>(component: T) -> Rc<UnsafeCell<T>>where
T: Component + 'static,Registers a component.