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

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

Trait for the attribute accesskey

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl<T> Accesskey for T where
    T: HtmlElement
[src]

Loading content...