[][src]Function seahorse::color::white

pub fn white<T: Display>(t: T) -> String

Get the text with white text

Example

use seahorse::color;

let text = color::white("Hello");
println!("{}", text);