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

type IterMut<'a, K, V> = DynTrait<'a, RBox<()>, MutIterInterface<K, V>>;

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