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

Fallible version of debug!.