Type Alias ostd::sync::ArcRwLockWriteGuard

source ·
pub type ArcRwLockWriteGuard<T> = RwLockWriteGuard_<T, Arc<RwLock<T>>>;
Expand description

A guard that provides exclusive write access to the data protected by a Arc<RwLock>.

Aliased Type§

struct ArcRwLockWriteGuard<T> { /* private fields */ }