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