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

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

Trait for the attribute max

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Max for Input[src]

impl Max for Meter[src]

impl Max for Progress[src]

Loading content...