Type Alias owning_ref::RwLockWriteGuardRefMut
source · pub type RwLockWriteGuardRefMut<'a, T, U = T> = OwningRefMut<RwLockWriteGuard<'a, T>, U>;Expand description
Typedef of a mutable owning reference that uses a RwLockWriteGuard as the owner.
Aliased Type§
struct RwLockWriteGuardRefMut<'a, T, U = T> { /* private fields */ }