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

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

Trait for the attribute name

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Name for Button[src]

impl Name for Fieldset[src]

impl Name for Form[src]

impl Name for Iframe[src]

impl Name for Input[src]

impl Name for Map[src]

impl Name for Meta[src]

impl Name for Object[src]

impl Name for Output[src]

impl Name for Param[src]

impl Name for Select[src]

impl Name for Textarea[src]

Loading content...