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

type ArcRef<T, U = T> = OwningRef<Arc<T>, U>;

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