Type Alias hcl_edit::template::IterMut

source ·
pub type IterMut<'a> = Box<dyn Iterator<Item = &'a mut Element> + 'a>;
Expand description

A mutable iterator over the elements of a Template.

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

Aliased Type§

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