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

Method fmt

libs/error-stack/src/ext/tuple.rs:137–139  ·  view source on GitHub ↗
(&self, fmt: &mut core::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

135
136 impl Display for TestError {
137 fn fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
138 fmt.write_str("TestError")
139 }
140 }
141
142 impl Error for TestError {}

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected