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

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

Trait for the attribute action

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Action for Form[src]

Loading content...