pub type TxnMapLockIter<K, V> = Iter<TxnId, K, V>;
An iterator over the contents of a transactional key-value map
pub struct TxnMapLockIter<K, V> { /* private fields */ }