Macro try_result

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