Macro try_option

Source
macro_rules! try_option {
    ($val: expr, $expr: expr) => { ... };
}
Expand description

Try options is waiting try trait for the next rust