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]

[src]

Trait Implementations

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

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