hcl_edit::structure

Type Alias IterMut

Source
pub type IterMut<'a> = Box<dyn Iterator<Item = StructureMut<'a>> + 'a>;
Expand description

A mutable iterator over the elements of a Body.

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

Aliased Typeยง

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