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

Interface IntoAbi

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

Source from the content-addressed store, hash-verified

119}
120
121pub(crate) trait IntoAbi {
122 type Abi: Abi;
123
124 fn into_abi(self) -> Self::Abi;
125}
126
127pub(crate) trait FromAbi<A: Abi> {
128 unsafe fn from_abi(abi: A) -> Self;

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…