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