[][src]Macro usvg::try_opt_warn

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

Unwraps Option and invokes return on None with a warning.