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 */ }