Type Alias tc_transact::lock::TxnMapLockIter

source ·
pub type TxnMapLockIter<K, V> = Iter<TxnId, K, V>;
Expand description

An iterator over the contents of a transactional key-value map

Aliased Type§

struct TxnMapLockIter<K, V> { /* private fields */ }