pub fn get_actor_unchecked<T: Actor>(id: &Ustr) -> &mut T
Returns a mutable reference to the registered actor of type T for the given id.
T
id
Panics if no actor with the specified id is found in the registry.