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

Immediate version of trace!.