Searched refs:Colorizer (Results 1 – 5 of 5) sorted by relevance
11 pub(crate) struct Colorizer { struct18 impl Colorizer { impl20 Colorizer { in new()34 impl Colorizer { impl77 impl std::fmt::Display for Colorizer { implementation
21 use crate::output::fmt::Colorizer;253 let c = Colorizer::new(self.stream(), color_when).with_content(style.into_owned()); in print()
646 …let color = $crate::output::fmt::Colorizer::new($crate::output::fmt::Stream::Stderr, $crate::Color…
24 use crate::output::{fmt::Colorizer, write_help, Usage};731 let c = Colorizer::new(Stream::Stdout, color).with_content(styled); in print_help()758 let c = Colorizer::new(Stream::Stdout, color).with_content(styled); in print_long_help()
189 - Colorizer now handles #<builtin> correctly, also unicode strings and