toml_edit

Type Alias IterMut

Source
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.

Aliased Type§

struct IterMut<'a>(/* private fields */);