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

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

Trait for the attribute minlength

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Minlength for Input[src]

impl Minlength for Textarea[src]

Loading content...