macro_rules! trace {
    ($($arg:tt)+) => { ... };
}
Expand description

Local version of trace!.