[][src]Macro colour::white_ln

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

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