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.