Type Alias 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 */ }