pub fn dim<T>(text: &T) -> impl Display + '_where
T: Display + OwoColorize,Expand description
Dim the text if the stream supports color.
pub fn dim<T>(text: &T) -> impl Display + '_where
T: Display + OwoColorize,Dim the text if the stream supports color.