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