Macro colour::white_bold

source ยท
macro_rules! white_bold {
    ($($args:tt)*) => { ... };
}