Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
impl Display for MyError {
16
fn fmt(&self, fmt: &mut Formatter<'_>) -> core::fmt::Result {
17
fmt.write_str(
"Error"
)
18
}
19
}
20
21
impl Error for MyError {}
Callers
nothing calls this directly
Calls
1
write_str
Method · 0.45
Tested by
no test coverage detected