Type Alias hcl_edit::structure::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 */);