pub type IntoAttributes = Box<dyn Iterator<Item = Attribute>>;
Expand description
An owning iterator over the Attribute
s 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 */);