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