Macro pnmixerlib::unwrap_any [] [src]

macro_rules! unwrap_any {
    ($expr:expr, $fmt_ok:expr, $fmt_err:expr) => { ... };
}

Unwraps a Result<T, E> by yielding a value of the samet ype for either case.