pub type TxnSetLockIter<T> = Iter<T>;
A read guard on a version of a set of values
pub struct TxnSetLockIter<T> { /* private fields */ }