pub fn register_component_actor<T>(component: T) -> Rc<UnsafeCell<T>>Expand description
Registers a component that also implements Actor.
pub fn register_component_actor<T>(component: T) -> Rc<UnsafeCell<T>>Registers a component that also implements Actor.