hcl_edit::structureType Alias Iter
Source pub type Iter<'a> = Box<dyn Iterator<Item = &'a Structure> + 'a>;
Expand description
An iterator over the elements of a Body
.
Values of this type are created by the iter
method on Body
. See its documentation
for more.
struct Iter<'a>();