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

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

Trait for the attribute size

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Size for Input[src]

impl Size for Select[src]

Loading content...