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

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

Trait for the attribute title

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl<T> Title for T where
    T: HtmlElement
[src]

Loading content...