macro_rules! trace_debug { (target: $target:expr, $($arg:tt)*) => { ... }; ($($arg:tt)*) => { ... }; }