try_res

Macro try_res 

Source
macro_rules! try_res {
    { $($token:tt)* } => { ... };
}
Expand description

Like try_block, but specificially for Result]. This aids type inference.