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

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

Trait for the attribute rows

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Rows for Textarea[src]

Loading content...