pub trait CSSNestedDeclarationsMethods<D: DomTypes> { // Required method fn Style(&self, cx: &mut JSContext) -> DomRoot<D::CSSStyleDeclaration>; }