MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / fmt

Method fmt

crates/wasmtime/src/runtime/types.rs:107–109  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

105
106impl fmt::Debug for ValType {
107 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
108 fmt::Display::fmt(self, f)
109 }
110}
111
112impl Display for ValType {

Callers

nothing calls this directly

Calls 14

fmtFunction · 0.85
OkFunction · 0.85
is_nullableMethod · 0.80
is_varMethod · 0.80
field_typeMethod · 0.80
fieldsMethod · 0.45
lenMethod · 0.45
paramsMethod · 0.45
resultsMethod · 0.45
finishMethod · 0.45
fieldMethod · 0.45
moduleMethod · 0.45

Tested by

no test coverage detected