[][src]Trait valerie::html::attributes::Formaction

pub trait Formaction: HtmlElement {
    fn attr() -> &'static str { ... }
}

Trait for the attribute formaction

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Formaction for Button[src]

impl Formaction for Input[src]

Loading content...