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