Macro pnmixerlib::try_r [] [src]

macro_rules! try_r {
    ($expr:expr, $ret:expr) => { ... };
}

Try to unwrap a Result<T, E>. If there is a value T, yield it, otherwise return from the function with the given value.