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