Type Definition toml_edit::IterMut[][src]

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

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