pub trait OptimisticHtmlFormElement {
// Required method
fn submit(&self);
}
Expand description
Support working with web_sys::HtmlFormElement
Required Methods§
Sourcefn submit(&self)
fn submit(&self)
web_sys::HtmlFormElement::submit
if the element is an web_sys::HtmlFormElement
.