Trait script::dom::bindings::codegen::Bindings::FileListBinding::FileList_Binding::FileListMethods
source · pub trait FileListMethods {
// Required methods
fn Item(&self, index: u32) -> Option<Root<Dom<File>>>;
fn Length(&self) -> u32;
fn IndexedGetter(&self, index: u32) -> Option<Root<Dom<File>>>;
}