Macro trace

Source
macro_rules! trace {
    ($($input:tt)+) => { ... };
}