return_if_some

Macro return_if_some 

Source
macro_rules! return_if_some {
    ($option:expr) => { ... };
}