MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / from

Method from

wasmtime-jni/src/wasm_value.rs:51–53  ·  view source on GitHub ↗
(val: ValType)

Source from the content-addressed store, hash-verified

49
50impl From<ValType> for WasmTy {
51 fn from(val: ValType) -> Self {
52 WasmTy::ValType(val)
53 }
54}
55
56impl WasmTy {

Callers

nothing calls this directly

Calls 1

ValTypeEnum · 0.85

Tested by

no test coverage detected