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