Trait OptimisticHtmlFormElement

Source
pub trait OptimisticHtmlFormElement {
    // Required method
    fn submit(&self);
}
Expand description

Support working with web_sys::HtmlFormElement

Required Methods§

Implementations on Foreign Types§

Source§

impl OptimisticHtmlFormElement for Option<HtmlFormElement>

Source§

fn submit(&self)

Source§

impl OptimisticHtmlFormElement for HtmlFormElement

Source§

fn submit(&self)

Source§

impl OptimisticHtmlFormElement for NodeRef

Source§

fn submit(&self)

Implementors§