hcl_edit::structure

Type Alias 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.

Aliased Typeยง

struct IntoAttributes(/* private fields */);