pub type RwLockTable<K> = LockTable<K, RwLock<()>>;
pub struct RwLockTable<K> { /* private fields */ }