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

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

Trait for the attribute method

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Method for Form[src]

Loading content...