Type Alias ostd::sync::RwMutexReadGuard

source ·
pub type RwMutexReadGuard<'a, T> = RwMutexReadGuard_<T, &'a RwMutex<T>>;
Expand description

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

Aliased Type§

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