Trait riker::actor::TmpActorRefFactory[][src]

pub trait TmpActorRefFactory {
    type Msg: Message;
    fn tmp_actor_of(
        &self,
        props: BoxActorProd<Self::Msg>
    ) -> Result<ActorRef<Self::Msg>, CreateError>; }

Produces ActorRefs under the temp guardian actor.

Associated Types

Required Methods

Implementors