Type Definition parking_lot::RwLockReadGuard[][src]

type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, ParkingLotRwLock, T>;

RAII structure used to release the shared read access of a lock when dropped.