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