pub type Mutex<T> = GenericMutex<RawMutex, T>;Expand description
A GenericMutex backed by parking_lot.
Aliased Typeยง
struct Mutex<T> { /* private fields */ }pub type Mutex<T> = GenericMutex<RawMutex, T>;A GenericMutex backed by parking_lot.
struct Mutex<T> { /* private fields */ }