pub type RcRef<T, U = T> = OwningRef<Rc<T>, U>;
Typedef of a owning reference that uses a Rc as the owner.
Rc
struct RcRef<T, U = T> { /* private fields */ }