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

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

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