Type Alias tc_transact::lock::TxnSetLockVersion
source · pub type TxnSetLockVersion<T> = HashSet<T>;
Expand description
A read guard on a committed transactional version of a set
Aliased Type§
struct TxnSetLockVersion<T> { /* private fields */ }