Type Alias TxnSetLockIter

Source
pub type TxnSetLockIter<T> = Iter<T>;
Expand description

A read guard on a version of a set of values

Aliased Typeยง

pub struct TxnSetLockIter<T> { /* private fields */ }