use Display;
use ;
/// Dim the text if the stream supports color.
+ '_
where
T: Display + OwoColorize,
/// Color the text yellow if the stream supports color.
+ '_
where
T: Display + OwoColorize,
/// Color the text cyan if the stream supports color.
+ '_
where
T: Display + OwoColorize,