pub trait HTMLFrameElementMethods<D: DomTypes> { // Required methods fn LongDesc(&self) -> USVString; fn SetLongDesc(&self, value: USVString); }