Struct std::sync::RWLockWriteGuardStable
[-]
[+]
[src]
pub struct RWLockWriteGuard<'a, T: 'a> { // some fields omitted }
RAII structure used to release the exclusive write access of a lock when dropped.