pub struct RwLockWriteGuard<'rwlock, T: ?Sized + 'rwlock> { /* private fields */ }
sync_poison_mod
RAII structure used to release the exclusive write access of a lock when dropped.
This structure is created by the write and try_write methods on RwLock.
write
try_write
RwLock