macro_rules! status_err {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)+) => { ... };
}Expand description
Print an error message (in red if colors are enabled)
macro_rules! status_err {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)+) => { ... };
}Print an error message (in red if colors are enabled)