pub trait GcRef: GcRefImpl { }
Expand description
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.
pub trait GcRef: GcRefImpl { }
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.