pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwLock, T>;
Expand description
RAII structure used to release the exclusive write access of a lock when dropped.
Aliased Typeยง
struct RwLockWriteGuard<'a, T> { /* private fields */ }
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwLock, T>;
RAII structure used to release the exclusive write access of a lock when dropped.
struct RwLockWriteGuard<'a, T> { /* private fields */ }