Home
last modified time | relevance | path

Searched defs:Colorizer (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clap/src/
Dfmt.rs48 pub struct Colorizer { struct
62 impl Colorizer { argument
63 pub fn new(option: ColorizerOption) -> Colorizer { in new()
108 impl Default for Colorizer { implementation
/external/rust/crates/clap/src/app/
Dhelp.rs108 cizer: Colorizer, in new()