Macro xvc_logging::tick

source ยท
macro_rules! tick {
    ( $channel:ident, $n:literal) => { ... };
    ($n:literal) => { ... };
}
Expand description

Either send XvcOutputLine::Tick to the given channel, or print dots to stdout