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