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

type MutexGuardRefMut<'a, T, U = T> = OwningRefMut<MutexGuard<'a, T>, U>;
Expand description

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