Implementations of KeyMutex and KeyRwLock using std::sync::{Mutex, RwLock}.
KeyMutex
KeyRwLock
std::sync::{Mutex, RwLock}