[][src]Type Definition abi_stable::std_types::map::Iter

type Iter<'a, K, V> = DynTrait<'a, RBox<()>, RefIterInterface<K, V>>;

An RHashMap iterator, implementing Iterator<Item= Tuple2< &K, &V > >+!Send+!Sync+Clone