[−][src]Type Definition parking_lot::RwLockReadGuard
type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;
RAII structure used to release the shared read access of a lock when dropped.
type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;
RAII structure used to release the shared read access of a lock when dropped.