abi_stable::std_types::map

Type Alias 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 */ }