pub trait XRInputSourceArrayMethods {
    // Required methods
    fn Length(&self) -> u32;
    fn IndexedGetter(&self, index: u32) -> Option<Root<Dom<XRInputSource>>>;
}

Required Methods§

source

fn Length(&self) -> u32

source

fn IndexedGetter(&self, index: u32) -> Option<Root<Dom<XRInputSource>>>

Implementors§