Skip to main content

nice_error

Macro nice_error 

Source
macro_rules! nice_error {
    ($($args:tt)*) => { ... };
}
Expand description

Similar to nice_log!(), but more scream-y. Used for printing fatal errors.