hcl_edit::structure

Type Alias AttributesMut

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

A mutable iterator over the Attributes within a Body.

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

Aliased Typeยง

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