[−][src]Type Definition 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.
type RwLockWriteGuardRefMut<'a, T, U = T> = OwningRef<RwLockWriteGuard<'a, T>, U>;
Typedef of a mutable owning reference that uses a RwLockWriteGuard
as the owner.