[][src]Macro mod_utilities::err

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

Extract the value of a Result::Err or return from the current context

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