Type Alias abi_stable::std_types::map::Iter
source · pub type Iter<'a, K, V> = DynTrait<'a, RBox<()>, RefIterInterface<K, V>>;
Expand description
An RHashMap iterator,
implementing Iterator<Item= Tuple2< &K, &V > > + !Send + !Sync + Clone
Aliased Type§
struct Iter<'a, K, V> { /* private fields */ }