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