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

Method fmt

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

Source from the content-addressed store, hash-verified

9
10impl fmt::Display for RootError {
11 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
12 fmt.write_str("root error")
13 }
14}
15
16impl Error for RootError {}

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected