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

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

Trait for the attribute accept

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Accept for Form[src]

impl Accept for Input[src]

Loading content...