Type Alias boa_engine::object::Ref

source ·
pub type Ref<'a, T> = GcRef<'a, T>;
Expand description

A wrapper type for an immutably borrowed type T.

Aliased Type§

struct Ref<'a, T> { /* private fields */ }