Type Alias ostd::sync::RwLockReadGuard

source ·
pub type RwLockReadGuard<'a, T> = RwLockReadGuard_<T, &'a RwLock<T>>;
Expand description

A guard that provides shared read access to the data protected by a RwLock.

Aliased Type§

struct RwLockReadGuard<'a, T> { /* private fields */ }