[−][src]Type Definition owning_ref::MutexGuardRefMut
type MutexGuardRefMut<'a, T, U = T> = OwningRefMut<MutexGuard<'a, T>, U>;
Typedef of a mutable owning reference that uses a MutexGuard
as the owner.
type MutexGuardRefMut<'a, T, U = T> = OwningRefMut<MutexGuard<'a, T>, U>;
Typedef of a mutable owning reference that uses a MutexGuard
as the owner.