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

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

Trait for the attribute spellcheck

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

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

Loading content...