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

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

Trait for the attribute form

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Form for Button[src]

impl Form for Fieldset[src]

impl Form for Input[src]

impl Form for Label[src]

impl Form for Meter[src]

impl Form for Object[src]

impl Form for Output[src]

impl Form for Progress[src]

impl Form for Select[src]

impl Form for Textarea[src]

Loading content...