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

Method fmt

libs/error-stack/tests/test_debug.rs:303–305  ·  view source on GitHub ↗
(&self, fmt: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

301
302 impl Display for ContextC {
303 fn fmt(&self, fmt: &mut Formatter<'_>) -> core::fmt::Result {
304 fmt.write_str("A multiline\ncontext that might have\na bit more info")
305 }
306 }
307
308 impl Error for ContextC {}

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected