exit_with

Macro exit_with 

Source
macro_rules! exit_with {
    ($exit_code:expr) => { ... };
    ($exit_code:expr, $($message:tt)*) => { ... };
}
Expand description