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

Fallible version of error!.