pub type TxnSetLockVersion<T> = HashSet<T>;
A read guard on a committed transactional version of a set
struct TxnSetLockVersion<T> { /* private fields */ }