Type Alias toml_edit::ArrayIterMut

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

An iterator type over Array’s values.

Aliased Type§

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