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