[][src]Type Definition rustc_data_structures::owning_ref::RwLockWriteGuardRefMut

type RwLockWriteGuardRefMut<'a, T, U = T> = OwningRef<RwLockWriteGuard<'a, T>, U>;

Typedef of a mutable owning reference that uses a RwLockWriteGuard as the owner.