Macro pnmixerlib::unwrap_error [] [src]

macro_rules! unwrap_error {
    ($expr:expr, $parent:expr) => { ... };
}

If there is a value in the Result type, unwrap it, otherwise error-log the error, show it via gtk dialog and exit the whole program.