pub type RwLockReadGuard<'a, T> = LockGuard<'a, RwLock<T>, RwLockReadGuard<'a, T>>;Expand description
Lock guard for read access to a RwLock.
Aliased Typeยง
pub struct RwLockReadGuard<'a, T> { /* private fields */ }pub type RwLockReadGuard<'a, T> = LockGuard<'a, RwLock<T>, RwLockReadGuard<'a, T>>;Lock guard for read access to a RwLock.
pub struct RwLockReadGuard<'a, T> { /* private fields */ }