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