Macro println_error

Source
macro_rules! println_error {
    ($($data:expr),*) => { ... };
}
Expand description

Prints an error message with red background and white text.