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

type ErasedArcRef<U> = OwningRef<Arc<dyn Erased>, U>;
Expand description

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