quit

Macro quit 

Source
macro_rules! quit {
    () => { ... };
}
Expand description

quit!() resolves to a Err(~RunError::Quit) kind of error, and thus can be called by itself inside a Command to instruct the Client to quit itself and stop executing commands.