hcl_edit::expr

Type Alias IterMut

Source
pub type IterMut<'a> = Box<dyn Iterator<Item = &'a mut Expression> + 'a>;
Expand description

A mutable iterator over the values of an Array.

Values of this type are created by the iter_mut method on Array. See its documentation for more.

Aliased Typeยง

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