pub type RefRef<'a, T, U = T> = OwningRef<Ref<'a, T>, U>;
Typedef of a owning reference that uses a Ref as the owner.
Ref