exit_error

Macro exit_error 

Source
macro_rules! exit_error {
    ($arg:tt) => { ... };
    ($($arg:tt)*) => { ... };
}
👎Deprecated since 0.1.0: Use exit_error function instead
Expand description

Print error and exit (deprecated - use exit_error function instead)