Trait robots::actors::props::ActorFactory
[−]
[src]
pub trait ActorFactory: Send + Sync { fn create(&self) -> Arc<Actor>; }
Public interface of a Props.