maybe

Macro maybe 

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