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.
macro_rules! quit {
() => { ... };
}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.