Trait XmlWriterExt

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

Required Methods§

Implementations on Foreign Types§

Source§

impl XmlWriterExt for XmlWriter

Implementors§