Type Definition toml_edit::ArrayIterMut[][src]

pub type ArrayIterMut<'a> = Box<dyn Iterator<Item = &'a mut Value> + 'a>;
Expand description

An iterator type over Array’s values.