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

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

Trait for the attribute data

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Data for Object[src]

Loading content...