Macro try_do

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