Home
last modified time | relevance | path

Searched defs:ColorChoice (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/codespan-reporting/src/
Dterm.rs76 fn into(self) -> ColorChoice { in into()
/external/rust/crates/termcolor/src/
Dlib.rs207 pub enum ColorChoice { enum
222 impl ColorChoice { implementation
559 choice: ColorChoice, in create()
576 choice: ColorChoice, in create()
1051 fn new(choice: ColorChoice, console: bool) -> Buffer { in new()
/external/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs159 fn into_color_choice(self) -> ColorChoice { in into_color_choice()