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