Macro try_option

Source
macro_rules! try_option {
    ( $($b:tt)* ) => { ... };
}