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