macro_rules! tick {
( $channel:ident, $n:literal) => { ... };
($n:literal) => { ... };
}Expand description
Either send XvcOutputLine::Tick to the given channel, or print dots to stdout
macro_rules! tick {
( $channel:ident, $n:literal) => { ... };
($n:literal) => { ... };
}Either send XvcOutputLine::Tick to the given channel, or print dots to stdout