pub fn rw_lock_write<T>(rw_lock: &RwLock<T>) -> Result<RwLockWriteGuard<'_, T>>Expand description
Locks the reader-writer lock with exclusive write access.
pub fn rw_lock_write<T>(rw_lock: &RwLock<T>) -> Result<RwLockWriteGuard<'_, T>>Locks the reader-writer lock with exclusive write access.