Trait TouchListMethods

Source
pub(crate) trait TouchListMethods<D>
where D: DomTypes,
{ // Required methods fn Length(&self) -> u32; fn Item(&self, index: u32) -> Option<Root<Dom<<D as DomTypes>::Touch>>>; fn IndexedGetter( &self, index: u32, ) -> Option<Root<Dom<<D as DomTypes>::Touch>>>; }

Required Methods§

Source

fn Length(&self) -> u32

Source

fn Item(&self, index: u32) -> Option<Root<Dom<<D as DomTypes>::Touch>>>

Source

fn IndexedGetter(&self, index: u32) -> Option<Root<Dom<<D as DomTypes>::Touch>>>

Implementors§