Type Definition wasm_cache::RcValue

source ·
pub type RcValue<V = dyn Any> = Value<Rc<V>>;