Macro xvc_logging::uwo
source · macro_rules! uwo {
( $e:expr, $channel:ident ) => { ... };
}Expand description
Unwrap an option, and if it is an error, send it to the given channel
and panic.
This is mostly to be used in for_each blocks, where the error is not propagated.