Type Definition rustc_data_structures::owning_ref::RwLockWriteGuardRefMut [−][src]
pub type RwLockWriteGuardRefMut<'a, T, U = T> = OwningRef<RwLockWriteGuard<'a, T>, U>;
Expand description
Typedef of a mutable owning reference that uses an RwLockWriteGuard
as the owner.