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

pub type RcRef<T, U = T> = OwningRef<Rc<T>, U>;
Expand description

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