Struct actix_web::actix::msgs::StopArbiter[]

pub struct StopArbiter(pub i32);

Stop arbiter execution

Trait Implementations

impl Message for StopArbiter

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

impl Handler<StopArbiter> for Arbiter

The type of value that this handle will return

Method is called for every message received by this Actor

Auto Trait Implementations

impl Send for StopArbiter

impl Sync for StopArbiter