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

Fallible immediate version of error!.