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

Interface FromVal

wasmtime-jni/src/ty/complex_ty.rs:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117pub(crate) trait FromVal: Sized {
118 fn from_val(v: Val) -> Self;
119}
120
121pub(crate) trait IntoAbi {
122 type Abi: Abi;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…