pub trait StyleSheetListMethods<D: DomTypes> {
// Required methods
fn Item(&self, index: u32) -> Option<DomRoot<D::StyleSheet>>;
fn Length(&self) -> u32;
fn IndexedGetter(&self, index: u32) -> Option<DomRoot<D::StyleSheet>>;
}
pub trait StyleSheetListMethods<D: DomTypes> {
// Required methods
fn Item(&self, index: u32) -> Option<DomRoot<D::StyleSheet>>;
fn Length(&self) -> u32;
fn IndexedGetter(&self, index: u32) -> Option<DomRoot<D::StyleSheet>>;
}