Skip to main content

red

Function red 

Source
pub fn red<T>(text: &T) -> impl Display + '_
where T: Display + OwoColorize,
Expand description

Color the text red if the stream supports color.