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