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

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

Trait for the attribute value

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Value for Button[src]

impl Value for Data[src]

impl Value for Input[src]

impl Value for Li[src]

impl Value for Meter[src]

impl Value for Option[src]

impl Value for Param[src]

impl Value for Progress[src]

Loading content...