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

Fallible immediate version of debug!.