pub type AttributesMut<'a> = Box<dyn Iterator<Item = AttributeMut<'a>> + 'a>;
Expand description
A mutable iterator over the Attribute
s within a Body
.
Values of this type are created by the attributes_mut
method on Body
. See its
documentation for more.
Aliased Typeยง
struct AttributesMut<'a>(/* private fields */);