pub type TxnMapLockVersionGuard<K, V> = HashMap<K, V>;
A read guard on a committed transactional version of a set
struct TxnMapLockVersionGuard<K, V> { /* private fields */ }