Macro colour::write_green_bold

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