Macro workflow_terminal::tprintln

source ·
macro_rules! tprintln {
    ($dest:expr) => { ... };
    ($dest:expr, $($arg:tt)*) => { ... };
}