pub type Ref<'a, T> = GcCellRef<'a, T>;
A wrapper type for an immutably borrowed type T.
pub struct Ref<'a, T> { /* private fields */ }