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

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

Trait for the attribute srcset

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Srcset for Img[src]

impl Srcset for Source[src]

Loading content...