hcl_edit::structure

Type 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.

Aliased Typeยง

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