Macro colour::write_yellow_bold

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