MCPcopy 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
23impl fmt::Display for TestError {
24 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
25 fmt::Debug::fmt(self, f)
26 }
27}
28
29impl core::error::Error for TestError {}

Callers

nothing calls this directly

Calls 2

fmtFunction · 0.85
write_strMethod · 0.45

Tested by

no test coverage detected