Type Definition hcl_edit::expr::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.