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

Method fmt

libs/error-stack/src/fmt/mod.rs:437–443  ·  view source on GitHub ↗
(&self, fmt: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

435
436impl Display for SymbolDisplay<'_> {
437 fn fmt(&self, fmt: &mut Formatter<'_>) -> fmt::Result {
438 for symbol in self.inner {
439 fmt.write_str(symbol.to_str(self.charset))?;
440 }
441
442 Ok(())
443 }
444}
445
446#[derive(Debug, Copy, Clone)]

Callers

nothing calls this directly

Calls 15

OkInterface · 0.85
loadFunction · 0.85
debug_frameFunction · 0.85
to_strMethod · 0.80
set_foregroundMethod · 0.80
alternateMethod · 0.80
beforeMethod · 0.80
spacingMethod · 0.80
visibleMethod · 0.80
appendixMethod · 0.80
framesMethod · 0.80

Tested by

no test coverage detected