macro_rules! nice_error {
($($args:tt)*) => { ... };
}Expand description
Similar to nice_log!(), but more scream-y. Used for printing fatal errors.
macro_rules! nice_error {
($($args:tt)*) => { ... };
}Similar to nice_log!(), but more scream-y. Used for printing fatal errors.