Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ fmt
Method
fmt
pulley/src/regs.rs:153–155 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
151
152
impl fmt::Display for AnyReg {
153
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
154
fmt::Debug::fmt(self, f)
155
}
156
}
157
158
impl fmt::Debug for AnyReg {
Callers
nothing calls this directly
Calls
3
fmt
Function · 0.85
finish
Method · 0.45
entries
Method · 0.45
Tested by
no test coverage detected