pub type ObjectMapRef<K, V> = Arc<DashMap<HashedKey, Object<K, V>, NoHasher>>;
pub struct ObjectMapRef<K, V> { /* private fields */ }