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