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

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

Trait for the attribute maxlength

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Maxlength for Input[src]

impl Maxlength for Textarea[src]

Loading content...