pub type TxnSetLockVersionGuard<T> = HashSet<T>;
Expand description

A read guard on a committed transactional version of a set

Aliased Type§

struct TxnSetLockVersionGuard<T> { /* private fields */ }