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

pub struct SystemExit(pub i32);

Stop system execution

Trait Implementations

impl Handler<SystemExit> for System
[src]

The type of value that this handle will return

Method is called for every message received by this Actor

impl Message for SystemExit
[src]

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

Auto Trait Implementations

impl Send for SystemExit

impl Sync for SystemExit