pub type Mutex<T> = Mutex<T>;
Mutex type using std::sync::Mutex (default, no production feature).
production
pub struct Mutex<T> { /* private fields */ }