Macro colour::write_red_bold

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