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

Method fmt

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected