output_macro

Macro output_macro 

Source
macro_rules! output_macro {
    ($($output:expr),*) => { ... };
}
Expand description

Macro for outputting colored text to the terminal.

ยงArguments

  • Output or OutputBuilder - One or more output instances to execute