Type Alias TxnSetLock

Source
pub type TxnSetLock<T> = TxnSetLock<TxnId, T>;
Expand description

A transactional read-write lock on a set of values

Aliased Typeยง

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