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

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

Trait for the attribute formenctype

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Formenctype for Button[src]

impl Formenctype for Input[src]

Loading content...