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