macro_rules! trace_error {
($operation:expr, $error:expr) => { ... };
($operation:expr, $error:expr, $($field:tt)*) => { ... };
}macro_rules! trace_error {
($operation:expr, $error:expr) => { ... };
($operation:expr, $error:expr, $($field:tt)*) => { ... };
}