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