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

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

Trait for the attribute autoplay

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Autoplay for Audio[src]

impl Autoplay for Video[src]

Loading content...