MCPcopy 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
1315impl fmt::Display for Language {
1316 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1317 self.obj().display().fmt(f)
1318 }
1319}
1320
1321impl fmt::Display for Kind {

Callers

nothing calls this directly

Calls 2

objMethod · 0.80
displayMethod · 0.45

Tested by

no test coverage detected