Macro error

Source
macro_rules! error {
    ($fmt:literal $(, $x:expr )* ) => { ... };
    ( $channel:expr, $fmt:literal $(, $x:expr )* ) => { ... };
}
Expand description

Either send a XvcOutputLine::Error value to the given channel, or log via log crate