[][src]Macro delog::try_debug

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

Fallible version of debug!.