pub trait SVGElementMethods {
    // Required method
    fn Style(&self) -> Root<Dom<CSSStyleDeclaration>>;
}

Required Methods§

Implementors§