trace

Macro trace 

Source
macro_rules! trace {
    ($fmt:literal $(, $arg:expr)* $(,)?) => { ... };
}