macro_rules! try_res { { $($token:tt)* } => { ... }; }
Like try_block, but specificially for Result]. This aids type inference.
try_block
Result