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

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

Trait for the attribute selected

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Selected for Option[src]

Loading content...