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

type Ref<'object> = GcCellRef<'object, Object>;

A wrapper type for an immutably borrowed Object.