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

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

Trait for the attribute preload

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Preload for Audio[src]

impl Preload for Video[src]

Loading content...