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