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