Searched defs:Colorizer (Results 1 – 4 of 4) sorted by relevance
11 pub(crate) struct Colorizer { struct18 impl Colorizer { argument34 impl Colorizer { implementation77 impl std::fmt::Display for Colorizer { implementation
15 pub(crate) struct Colorizer { struct22 impl Colorizer { argument60 impl Colorizer { implementation125 impl Display for Colorizer { implementation
189 fn for_app(kind: ErrorKind, cmd: &Command, colorizer: Colorizer, info: Vec<String>) -> Self { in for_app()588 fn formatted(&self) -> Cow<'_, Colorizer> { in formatted() argument1020 fn start_error(c: &mut Colorizer) { in start_error()1025 fn put_usage(c: &mut Colorizer, usage: impl Into<String>) { in put_usage()1040 fn try_help(c: &mut Colorizer, help: Option<&str>) { in try_help()1088 fn formatted(&self) -> Cow<Colorizer> { in formatted()
5079 ) -> ClapResult<Colorizer> { in write_help_err()