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

pub type RefRef<'a, T, U = T> = OwningRef<Ref<'a, T>, U>;
Expand description

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