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