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

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

Trait for the attribute width

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Width for Canvas[src]

impl Width for Embed[src]

impl Width for Iframe[src]

impl Width for Img[src]

impl Width for Input[src]

impl Width for Object[src]

impl Width for Video[src]

Loading content...