Skip to main content

maybe

Macro maybe 

Source
macro_rules! maybe {
    ($($exp:stmt);*) => { ... };
}
Expand description

An implementaiton of try_blocks feature in a non-nightly macro.