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ยง
pub struct IntoAttributes(/* private fields */);