macro_rules! pp_error {
($($arg:tt)+) => { ... };
}Expand description
Logs at Level::Error — a failed operation.
Same forms and cost as pp_info!.
macro_rules! pp_error {
($($arg:tt)+) => { ... };
}Logs at Level::Error — a failed operation.
Same forms and cost as pp_info!.