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