Type Alias parking_lot::RwLockReadGuard
source · pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;
Expand description
RAII structure used to release the shared read access of a lock when dropped.
Aliased Type§
struct RwLockReadGuard<'a, T> { /* private fields */ }