register_actor
nautilus_
common
0.52.0
In nautilus_
common::
actor::
registry
nautilus_common
::
actor
::
registry
Function
register_
actor
Copy item path
Source
pub fn register_actor<T>(actor: T) ->
Rc
<
UnsafeCell
<T>>
where T:
Actor
+ 'static,
Expand description
Registers an actor.