hcl_edit::exprType Alias 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.
struct Iter<'a>();