pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwLock, T>;๐Deprecated:
The parkinglot feature has been renamed parking_lot
Expand description
Write guard for RwLock.
Aliased Typeยง
pub struct RwLockWriteGuard<'a, T> { /* private fields */ }