pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, T>;Expand description
Shared guard returned by RwLock::read.
Aliased Typeยง
struct RwLockReadGuard<'a, T> { /* private fields */ }pub type RwLockReadGuard<'a, T> = RwLockReadGuard<'a, T>;Shared guard returned by RwLock::read.
struct RwLockReadGuard<'a, T> { /* private fields */ }