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

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

Trait for the attribute controls

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Controls for Audio[src]

impl Controls for Video[src]

Loading content...