Struct collections::vec_map::IterMutExperimental
[-]
[+]
[src]
pub struct IterMut<'a, V: 'a> {
// some fields omitted
}An iterator over the key-value pairs of a map, with the values being mutable.