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