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

Interface ComplexTy

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

Source from the content-addressed store, hash-verified

7};
8
9pub(crate) trait ComplexTy {
10 type Abi: Abi;
11
12 fn compatible_with_store(&self, _store: &Store<JavaState>) -> bool;
13}
14
15pub(crate) trait Abi: Copy {
16 /// Place the necessary type signature in the type list

Callers

nothing calls this directly

Implementers 1

byte_slice.rswasmtime-jni/src/ty/byte_slice.rs

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…