Type Alias owning_ref::MutexGuardRefMut

source ·
pub 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.

Aliased Type§

struct MutexGuardRefMut<'a, T, U = T> { /* private fields */ }