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

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

Trait for the attribute poster

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Poster for Video[src]

Loading content...