Macro pnmixerlib::try_w
[−]
[src]
macro_rules! try_w { ($expr:expr) => { ... }; ($expr:expr, $fmt:expr, $($arg:tt)+) => { ... }; ($expr:expr, $fmt:expr) => { ... }; }
Try to unwrap a Result<T, E>. If there is a value T, yield it,
otherwise print a warning and return () from the function.