Trait web_tools::optimistic::HtmlInputElement
source · pub trait HtmlInputElement {
// Required method
fn form(&self) -> Option<HtmlFormElement>;
}
Expand description
Support working with web_sys::HtmlInputElement
Required Methods§
sourcefn form(&self) -> Option<HtmlFormElement>
fn form(&self) -> Option<HtmlFormElement>
Get the web_sys::HtmlFormElement
of an input.