pub type Mutex<T> = Mutex<RawMutex, T>;
A Mutex using RawMutex for its backing implementation.
Mutex
RawMutex
pub struct Mutex<T> { /* private fields */ }