macro_rules! maybe {
($($exp:stmt);*) => { ... };
}Expand description
An implementaiton of try_blocks feature in a non-nightly macro.
macro_rules! maybe {
($($exp:stmt);*) => { ... };
}An implementaiton of try_blocks feature in a non-nightly macro.