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

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

Trait for the attribute alt

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Alt for Area[src]

impl Alt for Img[src]

impl Alt for Input[src]

Loading content...