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

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

Trait for the attribute manifest

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Manifest for Html[src]

Loading content...