Type Definition hcl_edit::structure::Attributes
source · pub type Attributes<'a> = Box<dyn Iterator<Item = &'a Attribute> + 'a>;Expand description
An iterator over the Attributes within a Body.
Values of this type are created by the attributes method on Body. See its documentation
for more.