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

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

Trait for the attribute dirname

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Dirname for Input[src]

impl Dirname for Textarea[src]

Loading content...