if_none_return_with

Macro if_none_return_with 

Source
macro_rules! if_none_return_with {
    ($var:expr, $ret:expr) => { ... };
}
Expand description

Return a residual value if an optional expression evaluates to None.