Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ fmt
Method
fmt
crates/test/src/lib.rs:1316–1318 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
1314
1315
impl fmt::Display for Language {
1316
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1317
self.obj().display().fmt(f)
1318
}
1319
}
1320
1321
impl fmt::Display for Kind {
Callers
nothing calls this directly
Calls
2
obj
Method · 0.80
display
Method · 0.45
Tested by
no test coverage detected