Type Definition boa_engine::object::Ref
source · pub type Ref<'a, T> = GcRef<'a, T>;Expand description
A wrapper type for an immutably borrowed type T.
pub type Ref<'a, T> = GcRef<'a, T>;A wrapper type for an immutably borrowed type T.