Skip to main content

XmlWriterExt

Trait XmlWriterExt 

Source
trait XmlWriterExt {
    // Required methods
    fn write_color_attribute(&mut self, name: &str, ts: Color);
    fn write_transform_attribute(&mut self, name: &str, ts: Transform);
    fn write_spread_method_attribute(&mut self, method: Extend);
}

Required Methods§

Source

fn write_color_attribute(&mut self, name: &str, ts: Color)

Source

fn write_transform_attribute(&mut self, name: &str, ts: Transform)

Source

fn write_spread_method_attribute(&mut self, method: Extend)

Implementations on Foreign Types§

Source§

impl XmlWriterExt for XmlWriter

Source§

fn write_color_attribute(&mut self, name: &str, color: Color)

Source§

fn write_transform_attribute(&mut self, name: &str, ts: Transform)

Source§

fn write_spread_method_attribute(&mut self, extend: Extend)

Implementors§