Type Definition toml_edit::IterMut[][src]

pub type IterMut<'a> = Box<dyn Iterator<Item = (KeyMut<'a>, &'a mut Item)> + 'a>;
Expand description

A mutable iterator type over Table’s key/value pairs.