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

Required Methods§

source

fn Value(&self) -> DOMString

source

fn SetValue(&self, value: DOMString)

source

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

Implementors§