macro_rules! trace_if_enabled { ($method:expr) => { ... }; ($method:expr, $($field:tt)*) => { ... }; }