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

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

Trait for the attribute integrity

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Integrity for Link[src]

impl Integrity for Script[src]

Loading content...