[][src]Macro usvg::try_opt_warn_or

macro_rules! try_opt_warn_or {
    ($task:expr, $ret:expr, $msg:expr) => { ... };
    ($task:expr, $ret:expr, $fmt:expr, $($arg:tt)*) => { ... };
}

Unwraps Option and invokes return $ret on None with a warning.