pub trait RadioNodeListMethods {
    // Required methods
    fn Value(&self) -> DOMString;
    fn SetValue(&self, value: DOMString);
    fn IndexedGetter(&self, index: u32) -> Option<Root<Dom<Node>>>;
    fn Length(&self) -> u32;
}

Required Methods§

source

fn Value(&self) -> DOMString

source

fn SetValue(&self, value: DOMString)

source

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

source

fn Length(&self) -> u32

Implementors§