Type Definition rustc_ap_rustc_data_structures::owning_ref::ErasedRcRef[][src]

type ErasedRcRef<U> = OwningRef<Rc<dyn Erased>, U>;
Expand description

Typedef of a owning reference that uses an erased Rc as the owner.