panic

Macro panic 

Source
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