try_opt

Macro try_opt 

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

Like try_block, but specificially for Option. This aids type inference.