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

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

Trait for the attribute accept-charset

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl AcceptCharset for Form[src]

Loading content...