Type Definition hcl_edit::expr::Iter

source ·
pub type Iter<'a> = Box<dyn Iterator<Item = &'a Expression> + 'a>;
Expand description

An iterator over the values of an Array.

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