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