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

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

Trait for the attribute itemprop

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

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

Loading content...