Macro ok_or_return_with

Source
macro_rules! ok_or_return_with {
    ($res:expr, $func:expr) => { ... };
}