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

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

Trait for the attribute autofocus

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Autofocus for Button[src]

impl Autofocus for Input[src]

impl Autofocus for Select[src]

impl Autofocus for Textarea[src]

Loading content...