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