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

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

Trait for the attribute required

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Required for Input[src]

impl Required for Select[src]

impl Required for Textarea[src]

Loading content...