pub trait HTMLLegendElementMethods {
    // Required method
    fn GetForm(&self) -> Option<Root<Dom<HTMLFormElement>>>;
}

Required Methods§

Implementors§