pub type RcRef<T, U = T> = OwningRef<Rc<T>, U>;
Typedef of an owning reference that uses an Rc as the owner.
Rc