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

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

Trait for the attribute enctype

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Enctype for Form[src]

Loading content...