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