macro_rules! output {
($fmt:literal $(, $x:expr )* ) => { ... };
( $channel:expr, $fmt:literal $(, $x:expr )* ) => { ... };
}
Expand description
Either send XvcOutputLine::Output to the given channel, or print to stdout
macro_rules! output {
($fmt:literal $(, $x:expr )* ) => { ... };
( $channel:expr, $fmt:literal $(, $x:expr )* ) => { ... };
}
Either send XvcOutputLine::Output to the given channel, or print to stdout