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> ResponseType for StartActor<A>
[src]

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

The type of error that this message will resolve with if it fails in a normal fashion.