trace

Macro trace 

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