logo

Type Definition boa::object::Ref

source · []
pub type Ref<'a, T> = GcCellRef<'a, T>;
Expand description

A wrapper type for an immutably borrowed type T.