Type Definition parking_lot::RwLockReadGuardRef[][src]

type RwLockReadGuardRef<'a, T, U = T> = OwningRef<RwLockReadGuard<'a, T>, U>;

Typedef of an owning reference that uses a RwLockReadGuard as the owner.