Type Alias ostd::sync::ArcRwLockReadGuard
source · pub type ArcRwLockReadGuard<T> = RwLockReadGuard_<T, Arc<RwLock<T>>>;
Expand description
A guard that provides shared read access to the data protected by a Arc<RwLock>
.
Aliased Type§
struct ArcRwLockReadGuard<T> { /* private fields */ }