Macro trace

Source
macro_rules! trace {
    ($trace:expr, $($msg:tt)*) => { ... };
}