Type Alias toml_edit::InlineTableIterMut
source · 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.
Aliased Type§
struct InlineTableIterMut<'a>(/* private fields */);