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

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

Trait for the attribute muted

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Muted for Audio[src]

impl Muted for Video[src]

Loading content...