macro_rules! with_tracing { ($time_spent_threshold:expr, $future:expr) => { ... }; ($future:expr) => { ... }; }