[][src]Macro mod_utilities::some

macro_rules! some {
    ($val: expr) => { ... };
    ($val: expr ; $ret: expr) => { ... };
}

Extract the value of an Option::Some or return from the current context

Works similar to the try operator, but is usable in functions that return ()