[][src]Trait svgdom::FilterSvgAttrsMut

pub trait FilterSvgAttrsMut: Iterator {
    fn svg<'a>(
        self
    ) -> FilterMap<Self, fn(_: &mut Attribute) -> Option<(AttributeId, &mut Attribute)>>
    where
        Self: Iterator<Item = &'a mut Attribute> + Sized
, { ... } }

An iterator over SVG attributes.

Provided methods

fn svg<'a>(
    self
) -> FilterMap<Self, fn(_: &mut Attribute) -> Option<(AttributeId, &mut Attribute)>> where
    Self: Iterator<Item = &'a mut Attribute> + Sized

Filters SVG attributes.

Loading content...

Implementors

impl<'a, I: Iterator<Item = &'a mut Attribute>> FilterSvgAttrsMut for I[src]

fn svg<'a>(
    self
) -> FilterMap<Self, fn(_: &mut Attribute) -> Option<(AttributeId, &mut Attribute)>> where
    Self: Iterator<Item = &'a mut Attribute> + Sized
[src]

Loading content...