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