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

Method expecting

cranelift/module/src/module.rs:543–545  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

541 type Value = ModuleDeclarationsField;
542
543 fn expecting(&self, f: &mut fmt::Formatter) -> fmt::Result {
544 f.write_str("field identifier")
545 }
546
547 fn visit_u64<E: Error>(self, val: u64) -> Result<Self::Value, E> {
548 match val {

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected