pub trait CSSStyleValueMethods<D: DomTypes> {
    // Required method
    fn Stringifier(&self) -> DOMString;
}

Required Methods§

Implementors§