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

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

Trait for the attribute sizes

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Sizes for Img[src]

impl Sizes for Link[src]

impl Sizes for Source[src]

Loading content...