[][src]Type Definition rustc_ap_rustc_data_structures::owning_ref::RefMutRefMut

type RefMutRefMut<'a, T, U = T> = OwningRefMut<RefMut<'a, T>, U>;

Typedef of a mutable owning reference that uses a RefMut as the owner.