Struct actix::msgs::SystemExit [] [src]

pub struct SystemExit(pub i32);

Stop system execution

Trait Implementations

impl Message for SystemExit
[src]

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