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

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

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