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