MCPcopy Create free account
hub / github.com/hashintel/hash / set_display

Method set_display

libs/error-stack/src/fmt/color.rs:290–292  ·  view source on GitHub ↗
(&mut self, style: DisplayStyle)

Source from the content-addressed store, hash-verified

288 }
289
290 pub(crate) const fn set_display(&mut self, style: DisplayStyle) {
291 self.display = Some(style);
292 }
293}
294
295pub(crate) struct StyleDisplay<'a, T: Display> {

Callers 2

debug_contextFunction · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected