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

Method fmt

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

Source from the content-addressed store, hash-verified

14
15impl Display for MyError {
16 fn fmt(&self, fmt: &mut Formatter<'_>) -> core::fmt::Result {
17 fmt.write_str("Error")
18 }
19}
20
21impl Error for MyError {}

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected