Skip to main content

yellow

Function yellow 

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

Color the text yellow if the stream supports color.