pub type RwLockReadGuard<'a, T, G> = RwLockReadGuard_<T, &'a RwLock<T, G>, G>;
A guard that provides shared read access to the data protected by a RwLock.
RwLock
struct RwLockReadGuard<'a, T, G> { /* private fields */ }