Struct actix::msgs::StartActor[][src]

pub struct StartActor<A: Actor>(_);

Start actor in arbiter's thread

Methods

impl<A: Actor<Context = Context<A>>> StartActor<A>
[src]

Trait Implementations

impl<A> Handler<StartActor<A>> for Arbiter where
    A: Actor<Context = Context<A>>, 
[src]

The type of value that this handle will return

Method is called for every message received by this Actor

impl<A: Actor> Message for StartActor<A>
[src]

The type of value that this message will resolved with if it is successful. Read more

Auto Trait Implementations

impl<A> Send for StartActor<A>

impl<A> !Sync for StartActor<A>