[][src]Type Definition riker::actor::BoxActorProd

type BoxActorProd<Msg> = Arc<Mutex<dyn ActorProducer<Actor = BoxActor<Msg>>>>;

A Clone, Send and Sync ActorProducer