pub type GcRef<'a, T> = Borrow<'a, GcPtr<T>>;
struct GcRef<'a, T>(/* private fields */);
source
Freezes self into a shared pointer
self