pub(crate) trait CSSKeyframeRuleMethods<D: DomTypes> { // Required method fn Style(&self, _can_gc: CanGc) -> DomRoot<D::CSSStyleDeclaration>; }