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

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

Trait for the attribute type

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Type for Button[src]

impl Type for Embed[src]

impl Type for Input[src]

impl Type for Menu[src]

impl Type for Object[src]

impl Type for Script[src]

impl Type for Source[src]

impl Type for Style[src]

Loading content...