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

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

Trait for the attribute buffered

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Buffered for Audio[src]

impl Buffered for Video[src]

Loading content...