pub type SyncRwLock<T> = RwLock<T>;
A synchronous read-write lock.
pub struct SyncRwLock<T> { /* private fields */ }