pub type SyncMutex<T> = Mutex<T>;
A synchronous mutex.
pub struct SyncMutex<T> { /* private fields */ }