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

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

Trait for the attribute for

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl For for Label[src]

impl For for Output[src]

Loading content...