Home
last modified time | relevance | path

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

/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs305 pub fn set_bold(&mut self, yes: bool) -> &mut Style { in set_bold() method
/third_party/rust/crates/termcolor/src/
Dlib.rs1713 pub fn set_bold(&mut self, yes: bool) -> &mut ColorSpec { in set_bold() method