Type Definition parking_lot::RwLockWriteGuard[][src]

type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, ParkingLotRwLock, T>;

RAII structure used to release the exclusive write access of a lock when dropped.