Struct actix::msgs::StopArbiter[][src]

pub struct StopArbiter(pub i32);

Stop arbiter execution

Trait Implementations

impl Handler<StopArbiter> for Arbiter
[src]

The type of value that this handle will return

Method is called for every message received by this Actor

impl Message for StopArbiter
[src]

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

Auto Trait Implementations

impl Send for StopArbiter

impl Sync for StopArbiter