pub trait HTMLFrameElementMethods<D: DomTypes> {
// Required methods
fn LongDesc(&self) -> USVString;
fn SetLongDesc(&self, cx: &mut JSContext, value: USVString);
}Required Methods§
fn LongDesc(&self) -> USVString
fn SetLongDesc(&self, cx: &mut JSContext, value: USVString)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".