Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ fmt
Method
fmt
crates/core/tests/tests.rs:24–26 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
22
23
impl fmt::Display for TestError {
24
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
25
fmt::Debug::fmt(self, f)
26
}
27
}
28
29
impl core::error::Error for TestError {}
Callers
nothing calls this directly
Calls
2
fmt
Function · 0.85
write_str
Method · 0.45
Tested by
no test coverage detected