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

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

Trait for the attribute height

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Height for Canvas[src]

impl Height for Embed[src]

impl Height for Iframe[src]

impl Height for Img[src]

impl Height for Input[src]

impl Height for Object[src]

impl Height for Video[src]

Loading content...