[][src]Macro ruspiro_console::error

macro_rules! error {
    ($($arg:tt)*) => { ... };
}

This macro prefixes the output with "E: -". Other than this it works like the std::println!