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

Interface GcRef

crates/wasmtime/src/runtime/gc.rs:24–24  ·  view source on GitHub ↗

A common trait implemented by all garbage-collected reference types. This is a sealed trait, and may not be implemented for any types outside of the `wasmtime` crate.

Source from the content-addressed store, hash-verified

22/// This is a sealed trait, and may not be implemented for any types outside of
23/// the `wasmtime` crate.
24pub trait GcRef: GcRefImpl {}
25
26impl<T> GcRef for T where T: GcRefImpl {}
27

Callers 1

fromMethod · 0.85

Implementers 1

gc.rscrates/wasmtime/src/runtime/gc.rs

Calls

no outgoing calls

Tested by

no test coverage detected