pub trait HTMLMenuElementMethods<D>where D: DomTypes,{ // Required methods fn Compact(&self) -> bool; fn SetCompact(&self, cx: &mut JSContext, value: bool); }