macro_rules! try_trace {
    (target : $target:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}
Expand description

Fallible version of trace!.