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

Fallible version of info!.