Type Alias ostd::sync::ArcRwMutexWriteGuard
source · pub type ArcRwMutexWriteGuard<T> = RwMutexWriteGuard_<T, Arc<RwMutex<T>>>;
Expand description
A guard that provides exclusive write access to the data protected by a Arc<RwMutex>
.
Aliased Type§
struct ArcRwMutexWriteGuard<T> { /* private fields */ }