[][src]Type Definition boa::object::Ref

type Ref<'a, T> = GcCellRef<'a, T>;

A wrapper type for an immutably borrowed type T.