Function write_colored_text

Source
pub fn write_colored_text(
    term: &Term,
    text: &str,
    color: (u8, u8, u8),
) -> Result<()>