print_error

Macro print_error 

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

Pretty print error (deprecated - use print_error function instead)