Macro resvg::try_opt_or[][src]

macro_rules! try_opt_or {
    ($task:expr, $ret:expr) => { ... };
}

Unwraps Option and invokes return $ret on None.