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