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

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

Trait for the attribute cols

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Cols for Textarea[src]

Loading content...