Home
last modified time | relevance | path

Searched refs:set_bg (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dextern_impl.rs379 /// style.set_bg(Color::Yellow);
384 pub fn set_bg(&mut self, color: Color) -> &mut Style { in set_bg() functions
385 self.spec.set_bg(Some(color.into_termcolor())); in set_bg()
/third_party/rust/crates/env_logger/examples/
H A Dcustom_format.rs34 style.set_bg(Color::Yellow).set_bold(true); in main()
/third_party/rust/crates/termcolor/src/
H A Dlib.rs1698 pub fn set_bg(&mut self, color: Option<Color>) -> &mut ColorSpec { in set_bg() functions
2310 color.set_bg(bg); in all_attributes()

Completed in 5 milliseconds