Macro abscissa_core::status_err[][src]

macro_rules! status_err {
    ($msg : expr) => { ... };
    ($fmt : expr, $($arg : tt) +) => { ... };
}
Expand description

Print an error message (in red if colors are enabled)

// Print an error message
status_err!("something bad happened");