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

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

Trait for the attribute importance

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Importance for Iframe[src]

impl Importance for Img[src]

impl Importance for Link[src]

impl Importance for Script[src]

Loading content...