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