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

pub type ArcRef<T, U = T> = OwningRef<Arc<T>, U>;
Expand description

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