pub type Mutex<T> = Mutex<T>;
A synchronous mutual exclusion primitive useful for protecting shared data