Function seahorse::color::black[][src]

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

Get the text with black text

Example

use seahorse::color;

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