Macro resvg::try_opt[][src]

macro_rules! try_opt {
    ($task:expr) => { ... };
}

Unwraps Option and invokes return on None.