Type Definition toml_edit::InlineTableIterMut[][src]

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

A mutable iterator type over key/value pairs of an inline table.