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