Macro colour::yellow_ln [] [src]

macro_rules! yellow_ln {
    ($arg:tt) => { ... };
    ($($arg:tt)*) => { ... };
}

Macro similar to println! using yellow as the foreground colour.