trace

Macro trace 

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