Macro colour::writeln_cyan_bold

source ยท
macro_rules! writeln_cyan_bold {
    ($dst:expr, $($args:tt)*) => { ... };
}