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

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

Trait for the attribute multiple

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Multiple for Input[src]

impl Multiple for Select[src]

Loading content...