pub trait HTMLLIElementMethods<D: DomTypes> { // Required methods fn Value(&self) -> i32; fn SetValue(&self, cx: &mut JSContext, value: i32); }